[Erp5-report] r20799 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 24 14:08:42 CEST 2008


Author: jerome
Date: Thu Apr 24 14:08:41 2008
New Revision: 20799

URL: http://svn.erp5.org?rev=20799&view=rev
Log:
Support for alternate_name was missing.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_edit.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_edit.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_edit.xml?rev=20799&r1=20798&r2=20799&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_edit.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_edit.xml Thu Apr 24 14:08:41 2008
@@ -212,7 +212,7 @@
    Parse given form field, to put them in\n
    kw or in encapsulated_editor_list\n
   """\n
-  k = f.id\n
+  k = f.get_value(\'alternate_name\') or f.id\n
   v = getattr(request, k, MARKER)\n
   if hasattr(v, \'edit\'):\n
     # This is an encapsulated editor\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=20799&r1=20798&r2=20799&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Thu Apr 24 14:08:41 2008
@@ -1,1 +1,1 @@
-818
+816




More information about the Erp5-report mailing list