From 2020d61596e0dcbdf74eafa1528b793d06354fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 18 Mar 2009 09:06:16 +0000 Subject: [PATCH] all document types can get a thumbnail, except files git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26086 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_core/Base_viewDocumentList/listbox_thumbnail.xml | 2 +- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/listbox_thumbnail.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/listbox_thumbnail.xml index 4fb5658d67..4c5b8fad3a 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/listbox_thumbnail.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewDocumentList/listbox_thumbnail.xml @@ -140,7 +140,7 @@ <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python:cell.portal_type==\'Image\'</string> </value> + <value> <string>python:cell.portal_type != \'File\'</string> </value> </item> </dictionary> </pickle> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 4ee16cc341..dbbcbc8da6 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1122 \ No newline at end of file +1123 \ No newline at end of file -- 2.30.9