You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2014/03/12 15:44:30 UTC

svn commit: r1576757 - /ofbiz/trunk/applications/content/ofbiz-component.xml

Author: jacopoc
Date: Wed Mar 12 14:44:29 2014
New Revision: 1576757

URL: http://svn.apache.org/r1576757
Log:
Added missing OFBTOOLS base-permission; thanks to Darrell (darrell73s <da...@gmail.com>) for the bug report in the users mailing list. 

Modified:
    ofbiz/trunk/applications/content/ofbiz-component.xml

Modified: ofbiz/trunk/applications/content/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/ofbiz-component.xml?rev=1576757&r1=1576756&r2=1576757&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/content/ofbiz-component.xml Wed Mar 12 14:44:29 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"/>
 
 </ofbiz-component>