You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacopo Cappellato (JIRA)" <ji...@apache.org> on 2007/03/25 16:46:33 UTC

[jira] Closed: (OFBIZ-696) The ModelService.evalPermission method does not test for permissionResourceDescription

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

Jacopo Cappellato closed OFBIZ-696.
-----------------------------------


> The ModelService.evalPermission method does not test for permissionResourceDescription
> --------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-696
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-696
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Al Byers
>             Fix For: SVN trunk
>
>
> The ModelService.evalPermission method does not test for permissionResourceDescription at line 783. It tests for permissionMainAction.
> Change:
>                 if (UtilValidate.isNotEmpty(this.permissionMainAction)) {
> to
>                 if (UtilValidate.isNotEmpty(this.permissionResourceDescription)) {

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.