[Erp5-report] r41983 ivan - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateI...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jan 4 12:22:48 CET 2011
Author: ivan
Date: Tue Jan 4 12:22:48 2011
New Revision: 41983
URL: http://svn.erp5.org?rev=41983&view=rev
Log:
Document list should include embedded documents as well.
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/listbox.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/listbox.xml?rev=41983&r1=41982&r2=41983&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/listbox.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/listbox.xml [utf8] Tue Jan 4 12:22:48 2011
@@ -272,7 +272,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
- <value> <string>python: [(t, t) for t in context.getPortalDocumentTypeList()]</string> </value>
+ <value> <string>python: [[\'Embedded File\', \'Embedded File\']] + [[t, t] for t in context.getPortalDocumentTypeList()]</string> </value>
</item>
</dictionary>
</pickle>
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=41983&r1=41982&r2=41983&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Tue Jan 4 12:22:48 2011
@@ -1 +1 @@
-40849
\ No newline at end of file
+40851
\ No newline at end of file
More information about the Erp5-report
mailing list