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 @@ ...@@ -9,7 +9,9 @@
<item> <item>
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list/> <list>
<string>portal_type</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -77,6 +79,21 @@ ...@@ -77,6 +79,21 @@
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>ProjectLine_viewFieldLibrary</string> </value> <value> <string>ProjectLine_viewFieldLibrary</string> </value>
</item> </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> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
......
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
</item> </item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
......
805 806
\ 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