[ 
https://issues.apache.org/jira/browse/OFBIZ-5741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14117366#comment-14117366
 ] 

Nicolas Malin commented on OFBIZ-5741:
--------------------------------------

Ok your right for the resource-description :

{code:title=ModelPermission;java:138}
        if (UtilValidate.isNotEmpty(permissionResourceDesc)) {
            ctx.put("resourceDescription", permissionResourceDesc);
        } else if (origService != null) {
            ctx.put("resourceDescription", origService.name);
        }
{code}

So I will correct this issue and others Jira OFBIZ-5738, OFBIZ-5734 and 
OFBIZ-5726

> Convert ProductStore entites CRUD service from simple to entity-auto
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-5741
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5741
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: Trunk
>            Reporter: Nicolas Malin
>            Priority: Trivial
>              Labels: entity-auto, product
>         Attachments: OFBIZ-5741.patch
>
>
> I converted CRUD service to entity-auto for :
>     ProductStoreCatalog
>     ProductStorePaymentSetting
>     ProductStoreEmail
>     ProductStoreVendorPayment
>     ProductStoreShipMeth
>     ProductStoreRole
>     ProductStoreKeywordOvrd
>     ProductStoreSurveyAppl
>     ProductStoreFinActSetting
>     ProductStoreVendorShipment
> I keep to service in mini lang ProductStore.
> I add a new permission service on product store with the same template of 
> produt and productCategory for more homogeneity.
> I run manual test create/update/delete from product store screen with success 
> and I run ./ant clean-all load-demo run-tests without error



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to