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:
parent
540aa7b1fa
commit
a3e75538d2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue