[Product-Developers] Plone 3.3.1: collection's selection list doesn't work

Mirto Silvio Busico mirtosilvio.busico at fastwebnet.it
Mon Oct 12 13:02:57 UTC 2009


Hi all,

In Plone 3.3.1 in the default plone site, if I add a collection and try 
to setup the criteria, I cannot select the "criteria type"

In "Add New Search Criteria" the "field name" dropdown list works, but 
the "criteria type" list shows only one long line with all the options 
togheter.

If I look at the page source I see:

For "field name" (it works):

<select name="field" id="field">

   <option value="Subject"
       title="The keywords used to describe an 
item">Categories</option>                  
   <option value="created"
       title="The time and date an item was created">Creation Date</option>

.....


and for "criteria type" (this doesn't work):

<select name="criterion_type"
      id="criterion_type">

     <option value="ATBooleanCriterion">Boolean (True/False)</option>
     <option value="ATCurrentAuthorCriterion">Restrict to current 
user</option>

......


The only difference I see is the missing title attribute.

What can I do?

Thanks
   Mirto

-------------- next part --------------
A non-text attachment was scrubbed...
Name: mirtosilvio_busico.vcf
Type: text/x-vcard
Size: 272 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-product-developers/attachments/20091012/b6f67c85/attachment.vcf>


More information about the Product-Developers mailing list