mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix restore permission
This commit is contained in:
parent
e70f27b7ff
commit
2b80bac769
1 changed files with 1 additions and 1 deletions
|
@ -1343,7 +1343,7 @@ class RestoreManager():
|
||||||
additional_urls=permission_infos.get("additional_urls"),
|
additional_urls=permission_infos.get("additional_urls"),
|
||||||
auth_header=permission_infos.get("auth_header"),
|
auth_header=permission_infos.get("auth_header"),
|
||||||
label=permission_infos.get('label') if perm_name == "main" else permission_infos.get("sublabel"),
|
label=permission_infos.get('label') if perm_name == "main" else permission_infos.get("sublabel"),
|
||||||
show_tile=permission_infos.get("show_tile", None),
|
show_tile=permission_infos.get("show_tile", True),
|
||||||
protected=permission_infos.get("protected", True),
|
protected=permission_infos.get("protected", True),
|
||||||
sync_perm=False)
|
sync_perm=False)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue