mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
module.xml 1차 정리
탭 정리 일부 permission, action 정리
This commit is contained in:
parent
5bdd0091ec
commit
fcb17fe9cf
57 changed files with 1216 additions and 1254 deletions
|
|
@ -1,18 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="dispInstallIndex" type="view" index="true" />
|
||||
<action name="dispInstallCheckEnv" type="view" />
|
||||
<action name="dispInstallDBConfig" type="view" />
|
||||
<action name="dispInstallOtherConfig" type="view" />
|
||||
<action name="procDBConfig" type="controller" />
|
||||
<action name="procInstall" type="controller" ruleset="install" />
|
||||
<action name="procInstallLicenseAgreement" type="controller" />
|
||||
<action name="procInstallAdminInstall" type="controller" />
|
||||
<action name="procInstallAdminUpdate" type="controller" />
|
||||
<grants />
|
||||
<permissions>
|
||||
<permission action="getInstallFTPList" target="root" />
|
||||
</permissions>
|
||||
<actions>
|
||||
<action name="dispInstallIndex" type="view" index="true" />
|
||||
<action name="dispInstallCheckEnv" type="view" />
|
||||
<action name="dispInstallDBConfig" type="view" />
|
||||
<action name="dispInstallOtherConfig" type="view" />
|
||||
|
||||
<action name="getInstallFTPList" type="model" />
|
||||
|
||||
<action name="procDBConfig" type="controller" />
|
||||
<action name="procInstall" type="controller" ruleset="install" />
|
||||
<action name="procInstallLicenseAgreement" type="controller" />
|
||||
|
||||
<action name="procInstallAdminInstall" type="controller" />
|
||||
<action name="procInstallAdminUpdate" type="controller" />
|
||||
<action name="procInstallAdminUpdateIndexModule" type="controller" />
|
||||
<action name="getInstallFTPList" type="model" />
|
||||
</actions>
|
||||
</actions>
|
||||
</module>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue