[Erp5-report] r24406 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/p...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Oct 30 10:15:53 CET 2008
Author: ivan
Date: Thu Oct 30 10:15:45 2008
New Revision: 24406
URL: http://svn.erp5.org?rev=24406&view=rev
Log:
Make ParallelListField always show default empty ListField at bottom not depending on form's validation status. This change fixes bug #727.
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_hashCategoryList.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_hashCategoryList.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_hashCategoryList.xml?rev=24406&r1=24405&r2=24406&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_hashCategoryList.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_hashCategoryList.xml [utf8] Thu Oct 30 10:15:45 2008
@@ -79,11 +79,10 @@
\n
request = context.REQUEST\n
\n
-if request.get(\'field_errors\', {}) == {}:\n
- new_dict = default_sub_field_property_dict.copy()\n
- new_dict[\'title\'] = \' \'\n
- new_dict[\'key\'] = str(z)\n
- sub_field_list.append(new_dict)\n
+new_dict = default_sub_field_property_dict.copy()\n
+new_dict[\'title\'] = \' \'\n
+new_dict[\'key\'] = str(z)\n
+sub_field_list.append(new_dict)\n
\n
if len(sub_field_list):\n
sub_field_list[0][\'title\'] = default_sub_field_property_dict[\'title\']\n
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log?rev=24406&r1=24405&r2=24406&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log [utf8] Thu Oct 30 10:15:45 2008
@@ -1,3 +1,6 @@
+2008-10-30 ivan
+* make ParallelListField always show default empty ListField at bottom not depending on form's validation status
+
2008-10-24 yusei
* Cleaned up Base_getTranslatedWorkflowStateItemList and separate generic function to Base_getWorkflowStateItemList.
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=24406&r1=24405&r2=24406&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Thu Oct 30 10:15:45 2008
@@ -1,1 +1,1 @@
-1007
+1010
More information about the Erp5-report
mailing list