[Erp5-report] r20267 - in /erp5/trunk/bt5/erp5_project: ActionTemplateItem/portal_types/Pro...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Apr 2 12:20:00 CEST 2008


Author: romain
Date: Wed Apr  2 12:19:58 2008
New Revision: 20267

URL: http://svn.erp5.org?rev=20267&view=rev
Log:
Always pass reset=1 to ProjectLine_viewTaskList, in order to recalculate the default parameters of the listbox.

Modified:
    erp5/trunk/bt5/erp5_project/ActionTemplateItem/portal_types/Project%20Line/task_list.xml
    erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/ProjectLine_viewTaskList/listbox.xml
    erp5/trunk/bt5/erp5_project/bt/revision

Modified: erp5/trunk/bt5/erp5_project/ActionTemplateItem/portal_types/Project%20Line/task_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/ActionTemplateItem/portal_types/Project%2520Line/task_list.xml?rev=20267&r1=20266&r2=20267&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/ActionTemplateItem/portal_types/Project%20Line/task_list.xml (original)
+++ erp5/trunk/bt5/erp5_project/ActionTemplateItem/portal_types/Project%20Line/task_list.xml Wed Apr  2 12:19:58 2008
@@ -77,7 +77,7 @@
       <dictionary>
         <item>
             <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>
       </dictionary>
     </pickle>

Modified: erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/ProjectLine_viewTaskList/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/ProjectLine_viewTaskList/listbox.xml?rev=20267&r1=20266&r2=20267&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/ProjectLine_viewTaskList/listbox.xml (original)
+++ erp5/trunk/bt5/erp5_project/SkinTemplateItem/portal_skins/erp5_project/ProjectLine_viewTaskList/listbox.xml Wed Apr  2 12:19:58 2008
@@ -120,7 +120,7 @@
                     <value> <int>1</int> </value>
                 </item>
                 <item>
-                    <key>                 <string>all_columns</string> </key>
+                    <key> <string>all_columns</string> </key>
                     <value>
                       <list>
                         <tuple>
@@ -182,7 +182,7 @@
                     </value>
                 </item>
                 <item>
-                    <key>                 <string>columns</string> </key>
+                    <key> <string>columns</string> </key>
                     <value>
                       <list>
                         <tuple>
@@ -221,7 +221,7 @@
                     </value>
                 </item>
                 <item>
-                    <key>                 <string>default_params</string> </key>
+                    <key> <string>default_params</string> </key>
                     <value>
                       <list>
                         <tuple>
@@ -232,7 +232,7 @@
                     </value>
                 </item>
                 <item>
-                    <key>                 <string>editable_columns</string> </key>
+                    <key> <string>editable_columns</string> </key>
                     <value>
                       <list>
                         <tuple>
@@ -255,13 +255,13 @@
                     <value> <string>Base_viewFieldLibrary</string> </value>
                 </item>
                 <item>
-                    <key>                 <string>list_method</string> </key>
+                    <key> <string>list_method</string> </key>
                     <value>
                       <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
                     </value>
                 </item>
                 <item>
-                    <key>                 <string>portal_types</string> </key>
+                    <key> <string>portal_types</string> </key>
                     <value>
                       <list>
                         <tuple>
@@ -272,7 +272,7 @@
                     </value>
                 </item>
                 <item>
-                    <key>                 <string>selection_name</string> </key>
+                    <key> <string>selection_name</string> </key>
                     <value> <string>project_task_selection</string> </value>
                 </item>
                 <item>
@@ -280,7 +280,7 @@
                     <value> <string>Click to edit the target</string> </value>
                 </item>
                 <item>
-                    <key>                 <string>title</string> </key>
+                    <key> <string>title</string> </key>
                     <value> <string>Tasks</string> </value>
                 </item>
               </dictionary>
@@ -300,7 +300,7 @@
       <dictionary>
         <item>
             <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>
       </dictionary>
     </pickle>

Modified: erp5/trunk/bt5/erp5_project/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/bt/revision?rev=20267&r1=20266&r2=20267&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/bt/revision (original)
+++ erp5/trunk/bt5/erp5_project/bt/revision Wed Apr  2 12:19:58 2008
@@ -1,1 +1,1 @@
-460
+462




More information about the Erp5-report mailing list