[Erp5-report] r39678 ivan - in /erp5/trunk/bt5/erp5_km: ActionTemplateItem/portal_types/Per...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 29 12:36:56 CEST 2010


Author: ivan
Date: Fri Oct 29 12:36:54 2010
New Revision: 39678

URL: http://svn.erp5.org?rev=39678&view=rev
Log:
Since r39675 isWebMode and isEditableMode API changed so adjust actions accordingly.

Modified:
    erp5/trunk/bt5/erp5_km/ActionTemplateItem/portal_types/Person/web_view.xml
    erp5/trunk/bt5/erp5_km/bt/revision

Modified: erp5/trunk/bt5/erp5_km/ActionTemplateItem/portal_types/Person/web_view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/ActionTemplateItem/portal_types/Person/web_view.xml?rev=39678&r1=39677&r2=39678&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/ActionTemplateItem/portal_types/Person/web_view.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/ActionTemplateItem/portal_types/Person/web_view.xml [utf8] Fri Oct 29 12:36:54 2010
@@ -2,10 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <tuple>
-        <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
-        <tuple/>
-      </tuple>
+      <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
     </pickle>
     <pickle>
       <dictionary>
@@ -35,7 +32,7 @@
         </item>
         <item>
             <key> <string>description</string> </key>
-            <value> <string></string> </value>
+            <value> <string>)</string> </value>
         </item>
         <item>
             <key> <string>icon</string> </key>
@@ -70,10 +67,7 @@
   </record>
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
-      <tuple>
-        <global name="Expression" module="Products.CMFCore.Expression"/>
-        <tuple/>
-      </tuple>
+      <global name="Expression" module="Products.CMFCore.Expression"/>
     </pickle>
     <pickle>
       <dictionary>
@@ -86,16 +80,13 @@
   </record>
   <record id="3" aka="AAAAAAAAAAM=">
     <pickle>
-      <tuple>
-        <global name="Expression" module="Products.CMFCore.Expression"/>
-        <tuple/>
-      </tuple>
+      <global name="Expression" module="Products.CMFCore.Expression"/>
     </pickle>
     <pickle>
       <dictionary>
         <item>
             <key> <string>text</string> </key>
-            <value> <string>python: object is not None and object.isWebMode()</string> </value>
+            <value> <string>python: object is not None and not object.isEditableMode() and object.isWebMode()</string> </value>
         </item>
       </dictionary>
     </pickle>

Modified: erp5/trunk/bt5/erp5_km/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/bt/revision?rev=39678&r1=39677&r2=39678&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/bt/revision [utf8] Fri Oct 29 12:36:54 2010
@@ -1 +1 @@
-1657
\ No newline at end of file
+1658
\ No newline at end of file




More information about the Erp5-report mailing list