[Erp5-report] r18630 - in /erp5/trunk/bt5/erp5_dms: SkinTemplateItem/portal_skins/erp5_dms/...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 8 15:42:44 CET 2008


Author: yusei
Date: Tue Jan  8 15:42:43 2008
New Revision: 18630

URL: http://svn.erp5.org?rev=18630&view=rev
Log:
2008-1-8 Yusei
* Removed Conference portal type from follow_up field. It does not exists now.

Modified:
    erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_viewFieldLibrary/my_follow_up_title.xml
    erp5/trunk/bt5/erp5_dms/bt/change_log
    erp5/trunk/bt5/erp5_dms/bt/revision

Modified: erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_viewFieldLibrary/my_follow_up_title.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_viewFieldLibrary/my_follow_up_title.xml?rev=18630&r1=18629&r2=18630&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_viewFieldLibrary/my_follow_up_title.xml (original)
+++ erp5/trunk/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Document_viewFieldLibrary/my_follow_up_title.xml Tue Jan  8 15:42:43 2008
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.ERP5Form.RelationField</string>
-          <string>RelationStringField</string>
-        </tuple>
-        <none/>
+        <global name="RelationStringField" module="Products.ERP5Form.RelationField"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -487,10 +484,6 @@
                           <string>Project</string>
                           <string>Project</string>
                         </tuple>
-                        <tuple>
-                          <string>Conference</string>
-                          <string>Conference</string>
-                        </tuple>
                       </list>
                     </value>
                 </item>
@@ -541,18 +534,15 @@
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.Formulator.TALESField</string>
-          <string>TALESMethod</string>
-        </tuple>
-        <none/>
+        <global name="TALESMethod" module="Products.Formulator.TALESField"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
       <dictionary>
         <item>
             <key> <string>_text</string> </key>
-            <value> <string>python:here.Base_getRelatedObjectTitle(\'follow_up\')</string> </value>
+            <value> <string>python:here.Base_getRelatedObjectTitle(\'follow_up\', portal_type_list=[i[0] for i in field.get_value(\'portal_type\')])</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/bt5/erp5_dms/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_dms/bt/change_log?rev=18630&r1=18629&r2=18630&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_dms/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_dms/bt/change_log Tue Jan  8 15:42:43 2008
@@ -2,6 +2,7 @@
 * Added another follow_up field relate
 document to person and organisation
 in several document view forms.
+* Removed Conference portal type from follow_up field. It does not exists now.
 
 2007-12-21 Yusei
 * Refactored ingestion system. Please use revision 18459 or newer of ERP5 and ERP5OOo.

Modified: erp5/trunk/bt5/erp5_dms/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_dms/bt/revision?rev=18630&r1=18629&r2=18630&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_dms/bt/revision (original)
+++ erp5/trunk/bt5/erp5_dms/bt/revision Tue Jan  8 15:42:43 2008
@@ -1,1 +1,1 @@
-792
+793




More information about the Erp5-report mailing list