v1.18.x
Barış Soner Uşaklı 6 years ago committed by GitHub
parent d63db8d20f
commit c593ffd75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ module.exports = {
},
function (data, next) {
data.forEach(function (navItem) {
if (navItem) {
if (navItem && navItem.properties) {
navItem.groups = [];
if (navItem.properties.adminOnly) {
navItem.groups.push('administrators');

Loading…
Cancel
Save