Commit 5b429588 authored by Ivan Tyagov's avatar Ivan Tyagov

Listbox date format field is not editable even if editable_mode=True

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36398 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cd291901
...@@ -272,7 +272,9 @@ ...@@ -272,7 +272,9 @@
</item> </item>
<item> <item>
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>default_now</string> </key> <key> <string>default_now</string> </key>
...@@ -284,7 +286,7 @@ ...@@ -284,7 +286,7 @@
</item> </item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
...@@ -292,7 +294,9 @@ ...@@ -292,7 +294,9 @@
</item> </item>
<item> <item>
<key> <string>end_datetime</string> </key> <key> <string>end_datetime</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>external_validator</string> </key> <key> <string>external_validator</string> </key>
...@@ -324,7 +328,9 @@ ...@@ -324,7 +328,9 @@
</item> </item>
<item> <item>
<key> <string>start_datetime</string> </key> <key> <string>start_datetime</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>time_separator</string> </key> <key> <string>time_separator</string> </key>
......
963 964
\ 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