feature/50-contact-management #67

Merged
philipp merged 20 commits from feature/50-contact-management into dev 2021-02-18 15:13:37 +00:00
Showing only changes of commit e4ae1dd475 - Show all commits

View File

@ -89,7 +89,6 @@
text: "Contact is being added...",
duration: -1,
}).showToast();
const groups = teams.concat(orgs).map((g) => g.id);
let address = {};
if (address_checked === true) {
address = {
@ -101,7 +100,7 @@
};
}
let postdata = {
groups,
groups: selected_team,
firstname: firstname_input_value,
lastname: lastname_input_value,
address,