mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
closes #2754
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:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user