Commit 343641d3 authored by Ivan Tyagov's avatar Ivan Tyagov

Web Page is able to produce a thumbnail.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43410 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d341bad3
......@@ -64,7 +64,7 @@
"""\n
portal_type = context.getPortalType()\n
\n
if portal_type in (\'Image\', \'Presentation\', \'Drawing\', \'Spreadsheet\', \'Text\', \'PDF\', ):\n
if portal_type in (\'Drawing\', \'Image\', \'PDF\', \'Presentation\', \'Spreadsheet\', \'Text\', \'Web Page\'):\n
return context.absolute_url()\n
\n
return None\n
......
40885
\ No newline at end of file
40886
\ 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