Commit f08817df authored by Ivan Tyagov's avatar Ivan Tyagov

Add Task portal type as a possible predecessor to MileStone.

Fix form field.
parent 954c7989
......@@ -9,7 +9,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>portal_type</string>
</list>
</value>
</item>
<item>
......@@ -77,6 +79,21 @@
<key> <string>form_id</string> </key>
<value> <string>ProjectLine_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value>
<list>
<tuple>
<string>Project Line</string>
<string>Project Line</string>
</tuple>
<tuple>
<string>Task</string>
<string>Task</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......
......@@ -185,7 +185,7 @@
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
......
805
\ No newline at end of file
806
\ 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