Umožněna deaktivace modulu prostřednictvím nastavení objektu modulu ve

třídě Constants. Položku neaktivního modulu v menu lze skrýt funkcí
isActive definovanou v module.tld (viz mainMenu.zul).
This commit is contained in:
2015-01-07 17:03:58 +01:00
parent b1818546c0
commit cf6c523698
16 changed files with 239 additions and 36 deletions
+5
View File
@@ -186,6 +186,11 @@
<filter-name>springSecurityFilterChain</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<error-page>
<exception-type>java.lang.Throwable</exception-type>
<location>/error.zul</location>
</error-page>
<welcome-file-list>
<welcome-file>index.zul</welcome-file>