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.