Author: jacopoc Date: Wed Mar 12 14:45:50 2014 New Revision: 1576760 URL: http://svn.apache.org/r1576760 Log: Applied fix from trunk for revision: 1576757 ===
Added missing OFBTOOLS base-permission; thanks to Darrell (darrell73s <[email protected]>) for the bug report in the users mailing list. Modified: ofbiz/branches/release13.07/ (props changed) ofbiz/branches/release13.07/applications/content/ofbiz-component.xml Propchange: ofbiz/branches/release13.07/ ------------------------------------------------------------------------------ Merged /ofbiz/trunk:r1576757 Modified: ofbiz/branches/release13.07/applications/content/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/content/ofbiz-component.xml?rev=1576760&r1=1576759&r2=1576760&view=diff ============================================================================== --- ofbiz/branches/release13.07/applications/content/ofbiz-component.xml (original) +++ ofbiz/branches/release13.07/applications/content/ofbiz-component.xml Wed Mar 12 14:45:50 2014 @@ -68,7 +68,7 @@ under the License. title="Content" server="default-server" location="webapp/content" - base-permission="CONTENTMGR" + base-permission="OFBTOOLS,CONTENTMGR" mount-point="/content"/> <!--

