mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
commit
3449705ae8
2 changed files with 1 additions and 4 deletions
|
|
@ -289,9 +289,6 @@ class BoardView extends Board
|
|||
}
|
||||
}
|
||||
|
||||
// check the manage grant
|
||||
if($this->grant->manager) $oDocument->setGrant();
|
||||
|
||||
// if the consultation function is enabled, and the document is not a notice
|
||||
if($this->consultation && !$oDocument->isNotice())
|
||||
{
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
<action name="procDocumentAdminMoveToTrash" type="controller" permission="manager:moderate:document" check_type="document" check_var="document_srl" />
|
||||
<action name="procDocumentAdminRestoreTrash" type="controller" />
|
||||
<action name="procDocumentAdminInsertExtraVar" type="controller" permission="manager:config:*" check_var="module_srl" ruleset="insertExtraVar" />
|
||||
<action name="procDocumentAdminDeleteExtraVar" type="controller" permission="manage:config:*" check_var="module_srl" />
|
||||
<action name="procDocumentAdminDeleteExtraVar" type="controller" permission="manager:config:*" check_var="module_srl" />
|
||||
<action name="procDocumentAdminMoveExtraVar" type="controller" permission="manager:config:*" check_var="module_srl" />
|
||||
</actions>
|
||||
<eventHandlers>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue