You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Christian Carlow (JIRA)" <ji...@apache.org> on 2015/06/13 23:36:00 UTC

[jira] [Updated] (OFBIZ-6400) Fix permissions at specialpurpose/myportal/widget/PortalAdmScreens.xml

     [ https://issues.apache.org/jira/browse/OFBIZ-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Carlow updated OFBIZ-6400:
------------------------------------
    Description: 
The permission check at myportal/control/FindPortalPage always fails due to missing permission PORTALPAGE_MAINT that has no demo data.

If PORTALPAGE_MAINT should remain the permission to be checked then demo data needs to be created for it.

PORTALPAGE_ADMIN is the only PORTALPAGE_ type permission that exists if PORTALPAGE_MAINT needs to be replaced.  However the menu to access the page in the first place uses permission MYPORTALBASE_ADMIN for controlling the display of the link.

Whatever permission is chosen needs to be consistent with the menu link.

  was:Either PORTALPAGE_MAINT should be changed to PORTALPAGE_ADMIN, or the needs demo data created for _MAINT, or maybe it the permission check should match that of the menu link to that screen which checks for permission MYPORTALBASE_ADMIN at specialpurpose/myportal/widget/MyPortalMenus.xml#portalAdmin.  At the very least it seems that permission that controls the display of the menu link to that page and the permission that allows the screen to be rendered should match.

        Summary: Fix permissions at specialpurpose/myportal/widget/PortalAdmScreens.xml  (was: PORTALPAGE_MAINT SecurityPermission missing OOTB for permission check at specialpurpose/myportal/widget/PortalAdmScreens.xml#FindPortalPage)

> Fix permissions at specialpurpose/myportal/widget/PortalAdmScreens.xml
> ----------------------------------------------------------------------
>
>                 Key: OFBIZ-6400
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6400
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/myportal
>    Affects Versions: Trunk
>            Reporter: Christian Carlow
>            Priority: Minor
>
> The permission check at myportal/control/FindPortalPage always fails due to missing permission PORTALPAGE_MAINT that has no demo data.
> If PORTALPAGE_MAINT should remain the permission to be checked then demo data needs to be created for it.
> PORTALPAGE_ADMIN is the only PORTALPAGE_ type permission that exists if PORTALPAGE_MAINT needs to be replaced.  However the menu to access the page in the first place uses permission MYPORTALBASE_ADMIN for controlling the display of the link.
> Whatever permission is chosen needs to be consistent with the menu link.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)