Commit 91b29ecc authored by Jérome Perrin's avatar Jérome Perrin

do not use preferred_visible_module preference, this should be done only with security on modules


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6190 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7995741c
......@@ -32,12 +32,6 @@ class Preference :
"""
_properties = (
{ 'id' : 'preferred_visible_module',
'description' : 'List of modules visible from the main page '\
'(useful to filter uninteresting modules)',
'type' : 'lines',
'preference' : 1,
'mode' : 'w' },
{ 'id' : 'preferred_section_category',
'description' : 'The section category for documents; '\
'usually something like group/nexedi.',
......
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