[ https://issues.apache.org/jira/browse/OFBIZ-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Al Byers resolved OFBIZ-696. ---------------------------- Resolution: Fixed Committed fix. > 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.