Commit e5ca81f9 authored by Jérome Perrin's avatar Jérome Perrin

Assignment start date should not default to now. It's bad to show to the user...

Assignment start date should not default to now. It's bad to show to the user information that is not actually defined

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32117 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2000c123
......@@ -12,9 +12,7 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>default_now</string>
</list>
<list/>
</value>
</item>
<item>
......@@ -74,14 +72,6 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>default_now</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>The date the assignment start.</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_start_date</string> </value>
......@@ -94,10 +84,6 @@
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Assignment Start Date</string> </value>
</item>
</dictionary>
</value>
</item>
......
671
\ No newline at end of file
672
\ 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