The real display label is later defined as App (Subperm) so not doing that now

This commit is contained in:
Alexandre Aubin 2020-09-30 18:04:44 +02:00
parent 00d40e5d31
commit c847b8265e

View file

@ -72,7 +72,7 @@ class MyMigration(Migration):
else:
ldap.update('cn=%s,ou=permission' % permission, {
'authHeader': ["TRUE"],
'label': ["%s (%s)" % (label, permission.split('.')[1])],
'label': [permission.split('.')[1]],
'showTile': ["FALSE"],
'isProtected': ["TRUE"]
})