|
|
@ -1,8 +1,24 @@ |
|
|
|
export default { |
|
|
|
export default { |
|
|
|
owner: '*', |
|
|
|
owner: { |
|
|
|
creator: '*', |
|
|
|
exclude: { |
|
|
|
|
|
|
|
pluginList:true, |
|
|
|
|
|
|
|
pluginTest:true, |
|
|
|
|
|
|
|
pluginRead:true, |
|
|
|
|
|
|
|
pluginUpdate:true, |
|
|
|
|
|
|
|
isPluginActive:true, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
creator: { |
|
|
|
|
|
|
|
exclude: { |
|
|
|
|
|
|
|
pluginList:true, |
|
|
|
|
|
|
|
pluginTest:true, |
|
|
|
|
|
|
|
pluginRead:true, |
|
|
|
|
|
|
|
pluginUpdate:true, |
|
|
|
|
|
|
|
isPluginActive:true, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
guest: {}, |
|
|
|
guest: {}, |
|
|
|
editor: { |
|
|
|
editor:{ include: { |
|
|
|
hideAllColumns: true, |
|
|
|
hideAllColumns: true, |
|
|
|
showAllColumns: true, |
|
|
|
showAllColumns: true, |
|
|
|
auditRowUpdate: true, |
|
|
|
auditRowUpdate: true, |
|
|
@ -137,7 +153,9 @@ export default { |
|
|
|
upload: true, |
|
|
|
upload: true, |
|
|
|
uploadViaURL: true, |
|
|
|
uploadViaURL: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
commenter: { |
|
|
|
commenter: { |
|
|
|
|
|
|
|
include: { |
|
|
|
formViewGet: true, |
|
|
|
formViewGet: true, |
|
|
|
passwordChange: true, |
|
|
|
passwordChange: true, |
|
|
|
// project
|
|
|
|
// project
|
|
|
@ -192,7 +210,9 @@ export default { |
|
|
|
xcExportAsCsv: true, |
|
|
|
xcExportAsCsv: true, |
|
|
|
dataCount: true, |
|
|
|
dataCount: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
viewer: { |
|
|
|
viewer: { |
|
|
|
|
|
|
|
include: { |
|
|
|
formViewGet: true, |
|
|
|
formViewGet: true, |
|
|
|
passwordChange: true, |
|
|
|
passwordChange: true, |
|
|
|
// project
|
|
|
|
// project
|
|
|
@ -243,12 +263,16 @@ export default { |
|
|
|
xcExportAsCsv: true, |
|
|
|
xcExportAsCsv: true, |
|
|
|
dataCount: true |
|
|
|
dataCount: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
user_new: { |
|
|
|
user_new: { |
|
|
|
|
|
|
|
include: { |
|
|
|
passwordChange: true, |
|
|
|
passwordChange: true, |
|
|
|
projectList: true, |
|
|
|
projectList: true, |
|
|
|
|
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
super: '*', |
|
|
|
super: '*', |
|
|
|
user: { |
|
|
|
user: { |
|
|
|
|
|
|
|
include : { |
|
|
|
upload: true, |
|
|
|
upload: true, |
|
|
|
uploadViaURL: true, |
|
|
|
uploadViaURL: true, |
|
|
|
passwordChange: true, |
|
|
|
passwordChange: true, |
|
|
@ -269,6 +293,7 @@ export default { |
|
|
|
xcMetaTablesExportDbToZip: true, |
|
|
|
xcMetaTablesExportDbToZip: true, |
|
|
|
auditRowUpdate: true, |
|
|
|
auditRowUpdate: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|