Commit 2020d615 authored by Jérome Perrin's avatar Jérome Perrin

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
parent 7be5426d
......@@ -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>
......
1122
\ No newline at end of file
1123
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment