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");
|
||||
}
|
||||
|
||||
static int get listGroupsItems {
|
||||
static int get listCategoriesAndProducts {
|
||||
return oB("0000100");
|
||||
}
|
||||
|
||||
|
@ -94,7 +94,7 @@ class RoomPermission {
|
|||
return [
|
||||
addArticles,
|
||||
removeArticles,
|
||||
listGroupsItems,
|
||||
listCategoriesAndProducts,
|
||||
changeMeta,
|
||||
ota,
|
||||
changeAdmin,
|
||||
|
|
|
@ -182,8 +182,8 @@
|
|||
"roomPermissionAddArticlesSubtitle": "Allows users to add items to the shopping list",
|
||||
"roomPermissionRemoveArticles": "Remove Articles",
|
||||
"roomPermissionRemoveArticlesSubtitle": "Allows users to remove items from the shopping list",
|
||||
"roomPermissionList": "List Groups and Items",
|
||||
"roomPermissionListSubtitle": "Allows the user to view groups and products",
|
||||
"roomPermissionList": "List Products and Categories",
|
||||
"roomPermissionListSubtitle": "Allows the user to view products and categories",
|
||||
"roomPermissionChangeMeta": "Change Room Metadata",
|
||||
"roomPermissionChangeMetaSubtitle": "Allows the user to edit the room name, description and icon",
|
||||
"roomPermissionManageOTA": "Manage OTAs",
|
||||
|
|
Loading…
Reference in a new issue