(fix) now also give modify permission

This commit is contained in:
Ludovic Marcotte
2017-09-21 13:59:55 -04:00
parent aa7febe15b
commit 6730db74e6
2 changed files with 3 additions and 0 deletions
@@ -140,6 +140,8 @@
_.forEach(user.rights, function(value, right) {
if (angular.isNumber(user.rights[right]))
user.rights[right] = 1;
else
user.rights[right] = "Modifier";
});
};