Merge remote-tracking branch 'refs/remotes/origin/master' into develop

This commit is contained in:
Barış Soner Uşaklı
2018-04-06 12:18:41 -04:00
46 changed files with 207 additions and 188 deletions

View File

@@ -48,7 +48,7 @@ module.exports = function (Posts) {
},
function (groupsData, next) {
groupsData.forEach(function (group) {
if (group && group.userTitleEnabled) {
if (group && group.userTitleEnabled && !group.hidden) {
groupsMap[group.name] = {
name: group.name,
slug: group.slug,