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>
......
...@@ -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