mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 04:39:55 +09:00
페이지 모듈의 주소 중 문서 번호가 들어간 경우 적절히 처리되도록 수정 (#2019)
https://github.com/rhymix/rhymix/issues/1983 관련 - 라이믹스의 짧은 주소 기능을 활용하는 경우, 숫자로 입력된 주소가 `act`로 인식되는 문제 수정 (짧은 주소 규칙을 모듈 xml에 정의) - `article` 타입의 페이지인 경우, 문서 번호를 무시하도록 수정 - Page type이 article이 아니라면, 기존 주소 유지 - https://github.com/rhymix/rhymix/pull/2019#discussion_r1019876776 내용을 반영하여서 수정 - document srl을 일괄 삭제하면, 필요한 위젯이나 outside 페이지에서는 문제가 생길 수 있기 때문에 이를 반영함. - `article` type의 페이지는 page 모듈에서 모든 권한을 가지고 통제할 수 있기 때문에 이 페이지의 경우는 `document_srl`으로 접속하는 경우 `mid`만을 남기고 주소에서 삭제
This commit is contained in:
parent
5547c82619
commit
ecec361766
2 changed files with 15 additions and 3 deletions
|
|
@ -7,7 +7,9 @@
|
|||
</grant>
|
||||
</grants>
|
||||
<actions>
|
||||
<action name="dispPageIndex" type="view" standalone="false" index="true" />
|
||||
<action name="dispPageIndex" type="view" standalone="false" index="true">
|
||||
<route route="$document_srl:int" priority="100" />
|
||||
</action>
|
||||
|
||||
<action name="dispPageAdminContent" type="view" admin_index="true" menu_name="page" menu_index="true" />
|
||||
<action name="dispPageAdminDelete" type="view" menu_name="page" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue