Commit 69e82c5c authored by Romain Courteaud's avatar Romain Courteaud

Default Task Line should not be created by the init script but by the accessors.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16752 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2a7bc8c4
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>default_task_line = context.newContent(portal_type = "Task Line", id="default_task_line")\n <value> <string>pass\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
...@@ -112,9 +112,6 @@ ...@@ -112,9 +112,6 @@
<value> <value>
<tuple> <tuple>
<string>kw</string> <string>kw</string>
<string>_getattr_</string>
<string>context</string>
<string>default_task_line</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
305 306
\ 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