mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-18 11:57:59 +00:00
(js) Prevent the creation of empty card categories
This commit is contained in:
@@ -108,6 +108,8 @@
|
||||
|
||||
if (angular.isUndefined(data.SOGoContactsCategories))
|
||||
data.SOGoContactsCategories = [];
|
||||
else
|
||||
data.SOGoContactsCategories = _.compact(data.SOGoContactsCategories);
|
||||
|
||||
angular.extend(_this.defaults, data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user