svn commit: r1052054 - /ofbiz/trunk/framework/example/script/org/ofbiz/example/ExamplePermissionServices.xml

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

svn commit: r1052054 - /ofbiz/trunk/framework/example/script/org/ofbiz/example/ExamplePermissionServices.xml

mrisaliti
Author: mrisaliti
Date: Wed Dec 22 19:55:14 2010
New Revision: 1052054

URL: http://svn.apache.org/viewvc?rev=1052054&view=rev
Log:
Replace some fail-message to fail-property tag example component (OFBIZ-1874)

Modified:
    ofbiz/trunk/framework/example/script/org/ofbiz/example/ExamplePermissionServices.xml

Modified: ofbiz/trunk/framework/example/script/org/ofbiz/example/ExamplePermissionServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/script/org/ofbiz/example/ExamplePermissionServices.xml?rev=1052054&r1=1052053&r2=1052054&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/script/org/ofbiz/example/ExamplePermissionServices.xml (original)
+++ ofbiz/trunk/framework/example/script/org/ofbiz/example/ExamplePermissionServices.xml Wed Dec 22 19:55:14 2010
@@ -25,7 +25,6 @@ under the License.
         <set field="mainAction" from-field="parameters.mainAction"/>
         <if-empty field="mainAction">
             <add-error>
-            <fail-message message="In the permission-service element for the exampleGenericPermission service the main-action attribute was missing but is required"/>
                 <fail-property resource="ExampleUiLabels" property="ExamplePermissionMainActionAttributeMissing"/>
             </add-error>
             <check-errors/>