#113 — CacheFu AT types should not show in the advanced search form of Plone
| State | Resolved |
|---|---|
| Version: | 1.1 |
| Area | User interface |
| Issue type | Feature |
| Severity | Medium |
| Submitted by | Gilles Lenfant |
| Submitted on | Nov 30, 2007 |
| Responsible | Ricardo Newbery |
| Target release: |
—
|
Last modified on
Jan 08, 2009
by
Matthew Wilkes
Hi,
CacheFu various AT based types show in the Plone advanced search form. This is useless since these objects are not strictly speaking content objects.
I suggest to add to the GeneriSetup profile a "propertiestool.xml" for this :
<?xml version="1.0"?>
<object name="portal_properties">
<object name="site_properties"> meta_type="Plone Property Sheet">
<property name="types_not_searched" type="lines" purge="False">
<element value="BaseCacheRule"/>
<element value="CachePolicy"/>
... other CacheFu portal_types ...
</property>
</object>
</object>
Cheers.
CacheFu various AT based types show in the Plone advanced search form. This is useless since these objects are not strictly speaking content objects.
I suggest to add to the GeneriSetup profile a "propertiestool.xml" for this :
<?xml version="1.0"?>
<object name="portal_properties">
<object name="site_properties"> meta_type="Plone Property Sheet">
<property name="types_not_searched" type="lines" purge="False">
<element value="BaseCacheRule"/>
<element value="CachePolicy"/>
... other CacheFu portal_types ...
</property>
</object>
</object>
Cheers.
- Steps to reproduce:
- Install CacheFu
Go to the Plone advanced search form.
Added byRicardo NewberyonFeb 06, 2008 02:38 AM
Issue state:
unconfirmed
→
resolved
Responsible manager:
(UNASSIGNED)
→
newbery
The GS profile is broken in the latest version so the Install.py is supposed to take care of this... although noticed that it's missing one of the content types "BaseCacheRule". The others should not be showing up.
I fixed the BaseCacheRule case http://dev.plone.org/collective/changeset/58292
No responses can be added.
If you can, please log in before submitting a reaction.