Commit a5cc036a authored by Romain Courteaud's avatar Romain Courteaud

Always pass reset=1 to ProjectLine_viewTaskList, in order to recalculate the...

Always pass reset=1 to ProjectLine_viewTaskList, in order to recalculate the default parameters of the listbox.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20267 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 014d3810
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/ProjectLine_viewTaskList</string> </value> <value> <string>string:${object_url}/ProjectLine_viewTaskList?reset:int=1</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>all_columns</string> </key> <key> <string>all_columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>default_params</string> </key> <key> <string>default_params</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>editable_columns</string> </key> <key> <string>editable_columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -255,13 +255,13 @@ ...@@ -255,13 +255,13 @@
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>list_method</string> </key> <key> <string>list_method</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value> </value>
</item> </item>
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>project_task_selection</string> </value> <value> <string>project_task_selection</string> </value>
</item> </item>
<item> <item>
...@@ -280,7 +280,7 @@ ...@@ -280,7 +280,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Tasks</string> </value> <value> <string>Tasks</string> </value>
</item> </item>
</dictionary> </dictionary>
...@@ -300,7 +300,7 @@ ...@@ -300,7 +300,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: [(\'checked_permission\', \'View\'), (\'source_project_uid\', here.getUid())]</string> </value> <value> <string>python: [(\'source_project_uid\', here.getUid())]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
460 462
\ 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