Fix favorite removal not working in admin menu

This commit is contained in:
Kijin Sung 2021-01-08 00:01:19 +09:00
parent 3fd7bf16c3
commit 9c9dedafa9
3 changed files with 3 additions and 11 deletions

View file

@ -21,7 +21,7 @@
<action name="procAdminRecompileCacheFile" type="controller" />
<action name="procAdminLogout" type="controller" method="GET|POST" />
<action name="procAdminInsertDefaultDesignInfo" type="controller" />
<action name="procAdminToggleFavorite" type="controller" ruleset="toggleFavorite" />
<action name="procAdminToggleFavorite" type="controller" />
<action name="procAdminEnviromentGatheringAgreement" type="controller" />
<action name="procAdminUpdateConfig" type="controller" />
<action name="procAdminDeleteLogo" type="controller" />