This commit is contained in:
Peter Maquiran
2022-02-07 20:18:48 +01:00
parent 202b430966
commit 0d9adb0bb8
9 changed files with 97 additions and 57 deletions
@@ -457,7 +457,7 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
"guid": '',
"image_url": capturedImage
},
temporary: formData,
temporaryData: formData,
attachments: [{
"title": capturedImageTitle ,
"text": "description",
@@ -535,7 +535,7 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
"guid": '',
"image_url": imageData
},
temporary: formData,
temporaryData: formData,
attachments: [{
"title": file.name ,
"text": "description",
+3 -3
View File
@@ -547,7 +547,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
"text": "description",
"title_link_download": false,
}],
temporary: formData
temporaryData: formData
})
}
@@ -595,7 +595,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
// "message_link": url_no_options,
"text": res.data.selected.DocTypeDesc,
"type": "webtrix"
}]
}],
})
loader.remove();
@@ -621,7 +621,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
"guid": '',
"image_url": imageData
},
temporary: formData,
temporaryData: formData,
attachments: [{
"title": file.name ,
"text": "description",