moved group edit from modal to its own page
added hidden/private to group edit in acp, they were only in the client
groups page
moved add users above member list
This commit is contained in:
barisusakli
2015-06-22 13:10:18 -04:00
parent 1d72a8f0ee
commit 38b838d462
9 changed files with 331 additions and 253 deletions

View File

@@ -211,7 +211,7 @@ var async = require('async'),
if (group) {
group.name = validator.escape(group.name);
group.description = validator.escape(group.description);
group.userTitle = validator.escape(group.userTitle);
group.userTitle = validator.escape(group.userTitle) || group.name;
}
};