Updated room permissions
This commit is contained in:
parent
ecccec7950
commit
cb232cf271
2 changed files with 4 additions and 4 deletions
|
@ -70,7 +70,7 @@ class RoomPermission {
|
||||||
return oB("0000010");
|
return oB("0000010");
|
||||||
}
|
}
|
||||||
|
|
||||||
static int get listGroupsItems {
|
static int get listCategoriesAndProducts {
|
||||||
return oB("0000100");
|
return oB("0000100");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ class RoomPermission {
|
||||||
return [
|
return [
|
||||||
addArticles,
|
addArticles,
|
||||||
removeArticles,
|
removeArticles,
|
||||||
listGroupsItems,
|
listCategoriesAndProducts,
|
||||||
changeMeta,
|
changeMeta,
|
||||||
ota,
|
ota,
|
||||||
changeAdmin,
|
changeAdmin,
|
||||||
|
|
|
@ -182,8 +182,8 @@
|
||||||
"roomPermissionAddArticlesSubtitle": "Allows users to add items to the shopping list",
|
"roomPermissionAddArticlesSubtitle": "Allows users to add items to the shopping list",
|
||||||
"roomPermissionRemoveArticles": "Remove Articles",
|
"roomPermissionRemoveArticles": "Remove Articles",
|
||||||
"roomPermissionRemoveArticlesSubtitle": "Allows users to remove items from the shopping list",
|
"roomPermissionRemoveArticlesSubtitle": "Allows users to remove items from the shopping list",
|
||||||
"roomPermissionList": "List Groups and Items",
|
"roomPermissionList": "List Products and Categories",
|
||||||
"roomPermissionListSubtitle": "Allows the user to view groups and products",
|
"roomPermissionListSubtitle": "Allows the user to view products and categories",
|
||||||
"roomPermissionChangeMeta": "Change Room Metadata",
|
"roomPermissionChangeMeta": "Change Room Metadata",
|
||||||
"roomPermissionChangeMetaSubtitle": "Allows the user to edit the room name, description and icon",
|
"roomPermissionChangeMetaSubtitle": "Allows the user to edit the room name, description and icon",
|
||||||
"roomPermissionManageOTA": "Manage OTAs",
|
"roomPermissionManageOTA": "Manage OTAs",
|
||||||
|
|
Loading…
Reference in a new issue