#24 — seotab permission problem

by Daniel Widerin last modified Jun 01, 2010 05:02 PM
State Resolved
Version: 3.0
Area Functionality
Issue type Bug
Severity Medium
Submitted by Daniel Widerin
Submitted on Apr 29, 2010
Responsible Andriy Mylenkyi
Target release:
this bug is present since 3.0

view @@seotab-visibility has view permission 'cmf.ManagePortal' but the object tab is registered with permission 'Modify portal content'.

quintagroup.seoptimizer.browser.configure.zcml:
...
    <browser:page
        name="seotab-visibility"
        for="*"
        class=".views.VisibilityCheckerView"
        attribute="checkVisibilitySEOAction"
        layer=".interfaces.IPloneSEOLayer"
        permission="cmf.ManagePortal"
        />
...

profiles/default/actions.xml:
...
   <property name="permissions">
    <element value="Modify portal content"/>
   </property>
...


We should use "Manage portal" or "Modify portal content" permissions here, but not different ones.

Added by Quintagroup on Apr 29, 2010 04:51 PM
Responsible manager: (UNASSIGNED)mylanium
Added by Volodymyr Cherepanyak on May 18, 2010 09:53 AM
Issue state: UnconfirmedConfirmed
Added by Andriy Mylenkyi on Jun 01, 2010 05:02 PM
Issue state: ConfirmedResolved
Resolved in 3.0.4 version.

No responses can be added.