Skip to content
Snippets Groups Projects
Commit aba3cab9 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #7721 starter contact group front

parent a6a33537
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,9 @@ export class ContactsGroupAdministrationComponent implements OnInit {
this.loading = false;
});
} else {
this.creationMode = true;
this.loading = false;
this.creationMode = true;
this.loading = false;
this.contactsGroup.public = false
}
});
}
......
......@@ -72,7 +72,7 @@ export class ContactsGroupsAdministrationComponent implements OnInit {
}
deleteContactsGroup(contactsGroup: any) {
let r = confirm(this.lang.confirmAction + ' ' + this.lang.delete + ' « ' + contactsGroup.label_action + ' »');
let r = confirm(this.lang.confirmAction + ' ' + this.lang.delete + ' « ' + contactsGroup.label + ' »');
if (r) {
this.http.delete(this.coreUrl + 'rest/contactsGroups/' + contactsGroup.id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment