Commit b41e4f2a authored by Ivan Tyagov's avatar Ivan Tyagov

Allow empty timezone selection.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17625 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b8f384fa
...@@ -111,11 +111,11 @@ ...@@ -111,11 +111,11 @@
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Preferred timezone</string> </value> <value> <string>Preferred timezone</string> </value>
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>items</string> </key> <key> <string>items</string> </key>
<value> <value>
<list/> <list/>
</value> </value>
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Timezone</string> </value> <value> <string>Timezone</string> </value>
</item> </item>
</dictionary> </dictionary>
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: [ [x.replace(\'_\', \' \'), x] for x in here.Base_getCommonTimeZoneList()]</string> </value> <value> <string>python: [[\'\',\'\']] + [[x.replace(\'_\', \' \'), x] for x in here.Base_getCommonTimeZoneList()]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
568 571
\ 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