File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ const PermissionConst = {
9696
9797 APPLICATION_FOLDER_READ : new Permission ( 'APPLICATION_FOLDER:READ' ) ,
9898 APPLICATION_FOLDER_EDIT : new Permission ( 'APPLICATION_FOLDER:READ+EDIT' ) ,
99- KNOWLEDGE_FOLDER_READ : new Permission ( 'APPLICATION_FOLDER :READ' ) ,
100- KNOWLEDGE_FOLDER_EDIT : new Permission ( 'APPLICATION_FOLDER :READ+EDIT' ) ,
101- TOOL_FOLDER_READ : new Permission ( 'APPLICATION_FOLDER :READ' ) ,
102- TOOL_FOLDER_EDIT : new Permission ( 'APPLICATION_FOLDER :READ+EDIT' ) ,
99+ KNOWLEDGE_FOLDER_READ : new Permission ( 'KNOWLEDGE_FOLDER :READ' ) ,
100+ KNOWLEDGE_FOLDER_EDIT : new Permission ( 'KNOWLEDGE_FOLDER :READ+EDIT' ) ,
101+ TOOL_FOLDER_READ : new Permission ( 'TOOL_FOLDER :READ' ) ,
102+ TOOL_FOLDER_EDIT : new Permission ( 'TOOL_FOLDER :READ+EDIT' ) ,
103103
104104 KNOWLEDGE_READ : new Permission ( 'KNOWLEDGE:READ' ) ,
105105 KNOWLEDGE_CREATE : new Permission ( 'KNOWLEDGE:READ+CREATE' ) ,
You can’t perform that action at this time.
0 commit comments