|
|
@ -3,6 +3,7 @@ export default { |
|
|
|
creator: '*', |
|
|
|
creator: '*', |
|
|
|
guest: {}, |
|
|
|
guest: {}, |
|
|
|
editor: { |
|
|
|
editor: { |
|
|
|
|
|
|
|
xcTableAndViewList: true, |
|
|
|
xcAuditCreate: true, |
|
|
|
xcAuditCreate: true, |
|
|
|
xcAttachmentUpload: true, |
|
|
|
xcAttachmentUpload: true, |
|
|
|
xcVirtualTableList: true, |
|
|
|
xcVirtualTableList: true, |
|
|
@ -165,6 +166,7 @@ export default { |
|
|
|
xcExportAsCsv: true |
|
|
|
xcExportAsCsv: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
commenter: { |
|
|
|
commenter: { |
|
|
|
|
|
|
|
xcTableAndViewList: true, |
|
|
|
xcVirtualTableList: true, |
|
|
|
xcVirtualTableList: true, |
|
|
|
projectList: true, |
|
|
|
projectList: true, |
|
|
|
PROJECT_READ_BY_WEB: true, |
|
|
|
PROJECT_READ_BY_WEB: true, |
|
|
@ -189,6 +191,7 @@ export default { |
|
|
|
xcExportAsCsv: true |
|
|
|
xcExportAsCsv: true |
|
|
|
}, |
|
|
|
}, |
|
|
|
viewer: { |
|
|
|
viewer: { |
|
|
|
|
|
|
|
xcTableAndViewList: true, |
|
|
|
xcVirtualTableList: true, |
|
|
|
xcVirtualTableList: true, |
|
|
|
projectList: true, |
|
|
|
projectList: true, |
|
|
|
PROJECT_READ_BY_WEB: true, |
|
|
|
PROJECT_READ_BY_WEB: true, |
|
|
|