mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Fix incorrect permissions on document module actions
This commit is contained in:
parent
ef202542c1
commit
90424db6cb
1 changed files with 6 additions and 6 deletions
|
|
@ -3,22 +3,22 @@
|
|||
<grants />
|
||||
<permissions>
|
||||
<!-- member -->
|
||||
<permission action="dispDocumentManageDocument" target="member" />
|
||||
<permission action="getDocumentCategories" target="member" />
|
||||
<permission action="procDocumentTempSave" target="member" />
|
||||
|
||||
<!-- manager -->
|
||||
<permission action="getDocumentCategoryTplInfo" target="manager" />
|
||||
<permission action="procDocumentAddCart" target="manager" />
|
||||
<permission action="procDocumentGetList" target="manager" />
|
||||
|
||||
<permission action="procDocumentInsertCategory" target="manager" />
|
||||
<permission action="procDocumentDeleteCategory" target="manager" />
|
||||
<permission action="procDocumentMoveCategory" target="manager" />
|
||||
<permission action="procDocumentMakeXmlFile" target="manager" />
|
||||
|
||||
<permission action="procDocumentAddCart" target="manager" />
|
||||
<permission action="procDocumentGetList" target="manager" />
|
||||
<permission action="dispDocumentManageDocument" target="manager" />
|
||||
<permission action="procDocumentManageCheckedDocument" target="manager" />
|
||||
<permission action="procDocumentAdminMoveToTrash" target="manager" />
|
||||
|
||||
|
||||
<permission action="dispDocumentAdminList" target="manager" />
|
||||
<permission action="procDocumentInsertModuleConfig" target="manager" />
|
||||
<permission action="procDocumentAdminInsertExtraVar" target="manager" />
|
||||
|
|
@ -27,7 +27,6 @@
|
|||
<actions>
|
||||
<action name="dispDocumentPrint" type="view" />
|
||||
<action name="dispDocumentPreview" type="view" />
|
||||
<action name="dispDocumentManageDocument" type="view" />
|
||||
<action name="dispTempSavedList" type="view" />
|
||||
<action name="dispDocumentDeclare" type="view" />
|
||||
|
||||
|
|
@ -40,6 +39,7 @@
|
|||
<action name="procDocumentVoteDownCancel" type="controller" />
|
||||
<action name="procDocumentDeclare" type="controller" />
|
||||
<action name="procDocumentAddCart" type="controller" />
|
||||
<action name="dispDocumentManageDocument" type="view" />
|
||||
<action name="procDocumentManageCheckedDocument" type="controller" />
|
||||
<action name="procDocumentInsertModuleConfig" type="controller" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue