standardize showSelect amongst category and topic_list routes

This commit is contained in:
psychobunny
2015-03-19 16:15:31 -04:00
parent 0ebad0fe10
commit d2dae2d62f

View File

@@ -277,6 +277,7 @@ categoriesController.get = function(req, res, next) {
},
function (categoryData, next) {
categoryData.privileges = userPrivileges;
categoryData.showSelect = categoryData.privileges.editable;
res.locals.metaTags = [
{