[Erp5-report] r45301 lucas - in /erp5/trunk/bt5/erp5_configurator: SkinTemplateItem/portal_...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Apr 11 21:44:38 CEST 2011
Author: lucas
Date: Mon Apr 11 21:44:38 2011
New Revision: 45301
URL: http://svn.erp5.org?rev=45301&view=rev
Log:
2011-04-08 lucas
* Fixed expression once the last step of configuration there is no form object.
Modified:
erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml
erp5/trunk/bt5/erp5_configurator/bt/change_log
erp5/trunk/bt5/erp5_configurator/bt/revision
Modified: erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml?rev=45301&r1=45300&r2=45301&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml [utf8] Mon Apr 11 21:44:38 2011
@@ -92,7 +92,7 @@ IDEAS:\n
<body>\n
<form id="main_form"\n
tal:attributes="enctype form/Form_getEnctype | enctype | nothing;\n
- action python: (form.action == \'login\' and \'Base_callDialogMethod\') or url;\n
+ action python: form is not None and (form.action == \'login\' and \'Base_callDialogMethod\') or url;\n
method python:str(path(\'form/method | string:post\')).lower()">\n
<fieldset id="hidden_fieldset">\n
<!-- Hidden button as explained in http://ppewww.ph.gla.ac.uk/~flavell/www/formquestion.html -->\n
Modified: erp5/trunk/bt5/erp5_configurator/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/bt/change_log?rev=45301&r1=45300&r2=45301&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/bt/change_log [utf8] Mon Apr 11 21:44:38 2011
@@ -1,4 +1,7 @@
2011-04-08 lucas
+* Fixed expression once the last step of configuration there is no form object.
+
+2011-04-08 lucas
* The field your_business_configuration has been renamed to fix a bug when the key was invalid, the list of business configuration wasn't being rendered.
2011-04-07 lucas
Modified: erp5/trunk/bt5/erp5_configurator/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/bt/revision?rev=45301&r1=45300&r2=45301&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] Mon Apr 11 21:44:38 2011
@@ -1 +1 @@
-516
\ No newline at end of file
+517
\ No newline at end of file
More information about the Erp5-report
mailing list