IDEMPIERE-5230 DesktopImpl.warn: UUID recycle is enabled and it's better to disable it by specifying a library property 'org.zkoss.zk.ui.uuidRecycle.disabled' with true to prevent some unwanted widget uuid reusing at client side accidentally. #resolve (#1247)

This commit is contained in:
Carlos Ruiz 2022-03-15 11:43:54 +01:00 committed by GitHub
parent 540aa7b1fa
commit a3e75538d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -135,4 +135,8 @@
<name>org.zkoss.zk.ui.WebApp.name</name>
<value>iDempiere</value>
</preference>
<library-property>
<name>org.zkoss.zk.ui.uuidRecycle.disabled</name>
<value>true</value>
</library-property>
</zk>