mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
The real display label is later defined as App (Subperm) so not doing that now
This commit is contained in:
parent
00d40e5d31
commit
c847b8265e
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class MyMigration(Migration):
|
||||||
else:
|
else:
|
||||||
ldap.update('cn=%s,ou=permission' % permission, {
|
ldap.update('cn=%s,ou=permission' % permission, {
|
||||||
'authHeader': ["TRUE"],
|
'authHeader': ["TRUE"],
|
||||||
'label': ["%s (%s)" % (label, permission.split('.')[1])],
|
'label': [permission.split('.')[1]],
|
||||||
'showTile': ["FALSE"],
|
'showTile': ["FALSE"],
|
||||||
'isProtected': ["TRUE"]
|
'isProtected': ["TRUE"]
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue