svn commit: r1576764 - in /ofbiz/branches/release11.04: ./ applications/content/ofbiz-component.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1576764 - in /ofbiz/branches/release11.04: ./ applications/content/ofbiz-component.xml

jacopoc
Author: jacopoc
Date: Wed Mar 12 14:48:53 2014
New Revision: 1576764

URL: http://svn.apache.org/r1576764
Log:
Applied fix from trunk for revision: 1576757
===

Added missing OFBTOOLS base-permission; thanks to Darrell (darrell73s <[hidden email]>) for the bug report in the users mailing list.


Modified:
    ofbiz/branches/release11.04/   (props changed)
    ofbiz/branches/release11.04/applications/content/ofbiz-component.xml

Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1576757

Modified: ofbiz/branches/release11.04/applications/content/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/content/ofbiz-component.xml?rev=1576764&r1=1576763&r2=1576764&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/content/ofbiz-component.xml (original)
+++ ofbiz/branches/release11.04/applications/content/ofbiz-component.xml Wed Mar 12 14:48:53 2014
@@ -71,7 +71,7 @@ under the License.
         title="Content"
         server="default-server"
         location="webapp/content"
-        base-permission="CONTENTMGR"
+        base-permission="OFBTOOLS,CONTENTMGR"
         mount-point="/content"/>
 
 </ofbiz-component>