improve secrete-group

This commit is contained in:
Peter Maquiran
2022-06-17 16:02:32 +01:00
parent 7366bb7b41
commit d6ea689f57
36 changed files with 1817 additions and 131 deletions
@@ -15,15 +15,16 @@ export class EmendMessageModalPage implements OnInit {
public ThemeService: ThemeService
) {
this.emendMessage = '';
}
}
ngOnInit() {
ngOnInit() {}
close() {
this.modalController.dismiss({option:'close', note: this.emendMessage});
}
close(){
this.modalController.dismiss('');
}
save(){
this.modalController.dismiss(this.emendMessage);
save() {
this.modalController.dismiss({option:'save', note: this.emendMessage});
}
}
@@ -106,7 +106,7 @@ export class EventActionsPopoverPage implements OnInit {
.then( async (res) => {
if(res.data !== ''){
if(res.data.note !== ''){
let body = { "serialNumber": this.serialNumber,
"action": "Emendar",
"dataFields": {