[Erp5-report] r39298 rafael - in /erp5/trunk/bt5/erp5_wizard: ActionTemplateItem/portal_typ...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Oct 18 19:01:17 CEST 2010
Author: rafael
Date: Mon Oct 18 19:01:17 2010
New Revision: 39298
URL: http://svn.erp5.org?rev=39298&view=rev
Log:
Do not show this action if Wizard Tool is not configured.
Modified:
erp5/trunk/bt5/erp5_wizard/ActionTemplateItem/portal_types/Person/person_reuse_existing_login.xml
erp5/trunk/bt5/erp5_wizard/bt/revision
Modified: 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=39298&r1=39297&r2=39298&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_wizard/ActionTemplateItem/portal_types/Person/person_reuse_existing_login.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_wizard/ActionTemplateItem/portal_types/Person/person_reuse_existing_login.xml [utf8] Mon Oct 18 19:01:17 2010
@@ -58,7 +58,7 @@
</item>
<item>
<key> <string>priority</string> </key>
- <value> <float>1.0</float> </value>
+ <value> <float>10.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
@@ -92,7 +92,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
- <value> <string>python: not here.getReference()</string> </value>
+ <value> <string>python: not here.getReference() and context.portal_wizard.WizardTool_isUserSynchronizationAllowed()</string> </value>
</item>
</dictionary>
</pickle>
Modified: erp5/trunk/bt5/erp5_wizard/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_wizard/bt/revision?rev=39298&r1=39297&r2=39298&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_wizard/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_wizard/bt/revision [utf8] Mon Oct 18 19:01:17 2010
@@ -1 +1 @@
-159
\ No newline at end of file
+160
\ No newline at end of file
More information about the Erp5-report
mailing list