Commit c5add8d8 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Part of fixes for full text search.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16524 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 508ab05a
......@@ -102,7 +102,7 @@ except AttributeError:\n
doc_info[\'group\'] = \'\'\n
\n
try:\n
doc_info[\'project\'] = context.getFollowUpTitle() or \'\'\n
doc_info[\'project\'] = context.getFollowUpTitle(checked_permission=\'View\') or \'\'\n
except AttributeError:\n
doc_info[\'project\'] = \'\'\n
\n
......
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