#113 — CacheFu AT types should not show in the advanced search form of Plone

by Gilles Lenfant last modified Jan 08, 2009 02:00 PM
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:
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.
Steps to reproduce:
Install CacheFu
Go to the Plone advanced search form.
Added by Ricardo Newbery on Feb 06, 2008 02:38 AM
Issue state: unconfirmedresolved
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.