fix: portal permission issue (#24577)

This commit is contained in:
Anupam Kumar 2021-02-11 11:12:13 +05:30 committed by Nabin Hait
parent df589594cd
commit 6485eeb302
3 changed files with 29 additions and 2 deletions

View File

@ -139,7 +139,7 @@
"idx": 1,
"is_tree": 1,
"links": [],
"modified": "2020-03-18 18:10:13.048492",
"modified": "2021-02-08 17:01:52.162202",
"modified_by": "Administrator",
"module": "Setup",
"name": "Customer Group",
@ -189,6 +189,15 @@
"permlevel": 1,
"read": 1,
"role": "Sales Manager"
},
{
"email": 1,
"export": 1,
"print": 1,
"report": 1,
"role": "Customer",
"select": 1,
"share": 1
}
],
"search_fields": "parent_customer_group",

View File

@ -245,6 +245,15 @@
"read": 1,
"report": 1,
"role": "Accounts User"
},
{
"email": 1,
"export": 1,
"print": 1,
"report": 1,
"role": "Customer",
"select": 1,
"share": 1
}
],
"search_fields": "parent_item_group",

View File

@ -123,7 +123,7 @@
"idx": 1,
"is_tree": 1,
"links": [],
"modified": "2020-03-18 18:11:36.623555",
"modified": "2021-02-08 17:10:03.767426",
"modified_by": "Administrator",
"module": "Setup",
"name": "Territory",
@ -166,6 +166,15 @@
{
"read": 1,
"role": "Maintenance User"
},
{
"email": 1,
"export": 1,
"print": 1,
"report": 1,
"role": "Customer",
"select": 1,
"share": 1
}
],
"search_fields": "parent_territory,territory_manager",