Commit b7093133 authored by Romain Courteaud's avatar Romain Courteaud

Prevent naming conflict with gadgets.

Having two listbox with the same ID displayed on the same page prevent expected usage of them, as the same parameter names are sent twice.
parent e1fb0dae
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<value> <value>
<list> <list>
<string>my_description</string> <string>my_description</string>
<string>listbox</string> <string>document_listbox</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<key> <string>webcontent header bottom</string> </key> <key> <string>webcontent header bottom</string> </key>
<value> <value>
<list> <list>
<string>listbox_modification_date</string> <string>document_listbox_modification_date</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>listbox</string> </value> <value> <string>document_listbox</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>listbox_modification_date</string> </value> <value> <string>document_listbox_modification_date</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
1080 1081
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment