You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2010/12/24 17:12:59 UTC

svn commit: r1052527 - /ofbiz/trunk/applications/content/script/org/ofbiz/content/data/DataServices.xml

Author: erwan
Date: Fri Dec 24 16:12:59 2010
New Revision: 1052527

URL: http://svn.apache.org/viewvc?rev=1052527&view=rev
Log:
Missing closing tag check-permission

Modified:
    ofbiz/trunk/applications/content/script/org/ofbiz/content/data/DataServices.xml

Modified: ofbiz/trunk/applications/content/script/org/ofbiz/content/data/DataServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/script/org/ofbiz/content/data/DataServices.xml?rev=1052527&r1=1052526&r2=1052527&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/script/org/ofbiz/content/data/DataServices.xml (original)
+++ ofbiz/trunk/applications/content/script/org/ofbiz/content/data/DataServices.xml Fri Dec 24 16:12:59 2010
@@ -177,6 +177,7 @@ under the License.
     <simple-method method-name="updateDataResourcePurpose" short-description="Update Data Resource Purpose">
         <check-permission permission="CONTENTMGR" action="_UPDATE">
             <fail-property resource="ContentUiLabels" property="ContentSecurityUpdatePermission"/>
+        </check-permission>
         <check-errors/>
 
         <make-value entity-name="DataResourcePurpose" value-field="lookupKeyValue"/>