[Erp5-report] r18163 - in /erp5/trunk/bt5/erp5_calendar: SkinTemplateItem/portal_skins/erp5...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 10 11:46:17 CET 2007


Author: fabien
Date: Mon Dec 10 11:46:16 2007
New Revision: 18163

URL: http://svn.erp5.org?rev=18163&view=rev
Log:
Change portal_type fo the GroupCalendar_view listbox because they were wrong listbox was always empty.

Modified:
    erp5/trunk/bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/GroupCalendar_view.xml
    erp5/trunk/bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/GroupCalendar_view/listbox.xml
    erp5/trunk/bt5/erp5_calendar/bt/revision

Modified: erp5/trunk/bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/GroupCalendar_view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/GroupCalendar_view.xml?rev=18163&r1=18162&r2=18163&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/GroupCalendar_view.xml (original)
+++ erp5/trunk/bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/GroupCalendar_view.xml Mon Dec 10 11:46:16 2007
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.ERP5Form.Form</string>
-          <string>ERP5Form</string>
-        </tuple>
-        <none/>
+        <global name="ERP5Form" module="Products.ERP5Form.Form"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>

Modified: erp5/trunk/bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/GroupCalendar_view/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/GroupCalendar_view/listbox.xml?rev=18163&r1=18162&r2=18163&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/GroupCalendar_view/listbox.xml (original)
+++ erp5/trunk/bt5/erp5_calendar/SkinTemplateItem/portal_skins/erp5_calendar/GroupCalendar_view/listbox.xml Mon Dec 10 11:46:16 2007
@@ -3,11 +3,8 @@
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.ERP5Form.ListBox</string>
-          <string>ListBox</string>
-        </tuple>
-        <none/>
+        <global name="ListBox" module="Products.ERP5Form.ListBox"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>
@@ -444,12 +441,8 @@
                     <value>
                       <list>
                         <tuple>
-                          <string>Group Calendar Event</string>
-                          <string>Group Calendar Event</string>
-                        </tuple>
-                        <tuple>
-                          <string>Group Calendar Period</string>
-                          <string>Group Calendar Period</string>
+                          <string>Group Presence Period</string>
+                          <string>Group Presence Period</string>
                         </tuple>
                       </list>
                     </value>
@@ -528,11 +521,8 @@
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
       <tuple>
-        <tuple>
-          <string>Products.Formulator.MethodField</string>
-          <string>Method</string>
-        </tuple>
-        <none/>
+        <global name="Method" module="Products.Formulator.MethodField"/>
+        <tuple/>
       </tuple>
     </pickle>
     <pickle>

Modified: erp5/trunk/bt5/erp5_calendar/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_calendar/bt/revision?rev=18163&r1=18162&r2=18163&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_calendar/bt/revision (original)
+++ erp5/trunk/bt5/erp5_calendar/bt/revision Mon Dec 10 11:46:16 2007
@@ -1,1 +1,1 @@
-304
+305




More information about the Erp5-report mailing list