[Erp5-report] r39293 rafael - in /erp5/trunk/bt5/erp5_wizard: ActionTemplateItem/portal_typ...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Oct 18 18:25:47 CEST 2010
Author: rafael
Date: Mon Oct 18 18:25:47 2010
New Revision: 39293
URL: http://svn.erp5.org?rev=39293&view=rev
Log:
Include action to reuse existing user.
Added:
erp5/trunk/bt5/erp5_wizard/ActionTemplateItem/portal_types/Person/
erp5/trunk/bt5/erp5_wizard/ActionTemplateItem/portal_types/Person/person_reuse_existing_login.xml
Modified:
erp5/trunk/bt5/erp5_wizard/bt/revision
erp5/trunk/bt5/erp5_wizard/bt/template_action_path_list
Added: erp5/trunk/bt5/erp5_wizard/ActionTemplateItem/portal_types/Person/person_reuse_existing_login.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_wizard/ActionTemplateItem/portal_types/Person/person_reuse_existing_login.xml?rev=39293&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_wizard/ActionTemplateItem/portal_types/Person/person_reuse_existing_login.xml (added)
+++ erp5/trunk/bt5/erp5_wizard/ActionTemplateItem/portal_types/Person/person_reuse_existing_login.xml [utf8] Mon Oct 18 18:25:47 2010
@@ -0,0 +1,100 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>action</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>categories</string> </key>
+ <value>
+ <tuple>
+ <string>action_type/object_action</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
+ <key> <string>category</string> </key>
+ <value> <string>object_action</string> </value>
+ </item>
+ <item>
+ <key> <string>condition</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+ </value>
+ </item>
+ <item>
+ <key> <string>description</string> </key>
+ <value>
+ <none/>
+ </value>
+ </item>
+ <item>
+ <key> <string>icon</string> </key>
+ <value> <string></string> </value>
+ </item>
+ <item>
+ <key> <string>id</string> </key>
+ <value> <string>person_reuse_existing_login</string> </value>
+ </item>
+ <item>
+ <key> <string>permissions</string> </key>
+ <value>
+ <tuple>
+ <string>Modify portal content</string>
+ </tuple>
+ </value>
+ </item>
+ <item>
+ <key> <string>portal_type</string> </key>
+ <value> <string>Action Information</string> </value>
+ </item>
+ <item>
+ <key> <string>priority</string> </key>
+ <value> <float>1.0</float> </value>
+ </item>
+ <item>
+ <key> <string>title</string> </key>
+ <value> <string>Reuse Existing User</string> </value>
+ </item>
+ <item>
+ <key> <string>visible</string> </key>
+ <value> <int>1</int> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+ <record id="2" aka="AAAAAAAAAAI=">
+ <pickle>
+ <global name="Expression" module="Products.CMFCore.Expression"/>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>text</string> </key>
+ <value> <string>string:${object_url}/Person_reuseExistingUserDialog</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+ <record id="3" aka="AAAAAAAAAAM=">
+ <pickle>
+ <global name="Expression" module="Products.CMFCore.Expression"/>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>text</string> </key>
+ <value> <string>python: not here.getReference()</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Modified: erp5/trunk/bt5/erp5_wizard/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_wizard/bt/revision?rev=39293&r1=39292&r2=39293&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_wizard/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_wizard/bt/revision [utf8] Mon Oct 18 18:25:47 2010
@@ -1 +1 @@
-157
\ No newline at end of file
+158
\ No newline at end of file
Modified: erp5/trunk/bt5/erp5_wizard/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_wizard/bt/template_action_path_list?rev=39293&r1=39292&r2=39293&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_wizard/bt/template_action_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_wizard/bt/template_action_path_list [utf8] Mon Oct 18 18:25:47 2010
@@ -1,2 +1,3 @@
+Person | person_reuse_existing_login
System Preference | express_preference
Wizard Tool | view
\ No newline at end of file
More information about the Erp5-report
mailing list