This is an automated email from the ASF dual-hosted git repository.

deepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8315fedd35 Removed unused duplicate service 
checkProductRelatedPermission
8315fedd35 is described below

commit 8315fedd35ef6f492be2c46b9ddfedecc26e7196
Author: Deepak Dixit <deepak.di...@hotwax.co>
AuthorDate: Fri Jul 14 13:00:39 2023 +0530

    Removed unused duplicate service checkProductRelatedPermission
---
 applications/product/servicedef/services.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/applications/product/servicedef/services.xml 
b/applications/product/servicedef/services.xml
index 6f4ebde6c6..c179ef4842 100644
--- a/applications/product/servicedef/services.xml
+++ b/applications/product/servicedef/services.xml
@@ -1243,12 +1243,6 @@ under the License.
         <implements service="permissionInterface"/>
         <attribute type="String" mode="IN" name="productCategoryId" 
optional="true"/>
     </service>
-    <service name="checkProductRelatedPermission" engine="groovy"
-        
location="component://product/groovyScripts/product/product/ProductServices.groovy"
 invoke="checkProductRelatedPermissionCall">
-        <attribute name="callingMethodName" mode="IN" type="String"/>
-        <attribute name="checkAction" mode="IN" type="String"/>
-        <attribute name="productId" mode="IN" type="String"/>
-    </service>
     <!-- Product Attribute Services -->
     <service name="createProductAttribute" 
default-entity-name="ProductAttribute" engine="entity-auto" invoke="create" 
auth="true">
         <description>Create a ProductAttribute</description>

Reply via email to