Commit 7c679f8e authored by Vincent Pelletier's avatar Vincent Pelletier

Use None as default value.

Default value should be None or of a type consistent with property definition.
In this case, None is useful to disable auto-logout on user inactivity, so use
it.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45681 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3a89abfb
......@@ -53,7 +53,9 @@
</item>
<item>
<key> <string>property_default</string> </key>
<value> <string>python: \'\'</string> </value>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
......
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