#15 — PloneGlossary breaks Dexterity

by Petri Savolainen last modified Dec 23, 2011 06:37 PM
State Unconfirmed
Version: ploneglossary-1.5.1
Area Functionality
Issue type Bug
Severity Medium
Submitted by Petri Savolainen
Submitted on Dec 23, 2011
Responsible
Target release:
The "python:here.meta_type=='PloneGlossary'" expression in PloneGlossary's stylesheet declaration in cssregistry.xml causes Dexterity control panel to break.

There is an easy fix: switch the condition to use portal_type rather than meta_type, so the expression becomes:

"python:here.portal_type=='PloneGlossary'"

Please see the following for details:

https://groups.google.com/[…]/discussion

Steps to reproduce:
Install Plone 4.1.3 with PloneGlossary and Dexterity.

Try going to the Dexterity control panel. You will get an error.

No responses can be added.