Commit 2a93926f authored by Yusei Tahara's avatar Yusei Tahara

[erp5_core] Disable listbox select column option of Folder_deleteDocumentListStatusDialog.

This dialog is used by erp5_hal_json_style and select column should not be displayed there.
parent 7e8755bc
......@@ -15,6 +15,7 @@
<string>editable</string>
<string>lines</string>
<string>list_method</string>
<string>select</string>
<string>selection_name</string>
</list>
</value>
......@@ -122,6 +123,10 @@
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
</value>
</item>
<item>
<key> <string>select</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>folder_deletestate_selection</string> </value>
......
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