fix: wrong data returned in available.groups

v1.18.x
Barış Soner Uşaklı 5 years ago
parent ab4bd7e146
commit c7ea84a2ae

@ -28,7 +28,7 @@ navigationController.get = async function (req, res) {
});
admin.available.forEach(function (available) {
available.groups = groups;
available.groups = admin.groups;
});
admin.navigation = admin.enabled.slice();

Loading…
Cancel
Save