mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Add unit tests for session and cache-control attributes of module.xml
This commit is contained in:
parent
79dd9ae45e
commit
2b916a8bdb
2 changed files with 5 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
</grant>
|
||||
</grants>
|
||||
<actions>
|
||||
<action name="dispTestView" type="view" permission="view" standalone="false" index="true">
|
||||
<action name="dispTestView" type="view" permission="view" standalone="false" index="true" session="false" cache-control="off">
|
||||
<route route="$document_srl:int" priority="100" />
|
||||
<route route="$document_srl:int/comment/$comment_srl:int" priority="70" />
|
||||
<route route="$document_srl:int/tag/$tag:word" priority="50" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue