Re: [ofbiz-framework] branch trunk updated: Improved: Converted all ShipmentReceiptRole service from crud to entity-auto (#85)

2020-04-30 Thread Suraj Khurana
Thanks Pawan.

It is done in rev a92136c662b2a150274b7a9aaea2c3117488e599

--
Best Regards,
Suraj Khurana
Senior Technical Consultant

On Thu, Apr 30, 2020 at 9:54 PM Pawan Verma 
wrote:

> Hi Suraj,
>
> You've missed to add default-entity-name for the entity-auto engine for the
> above services.
>
> Could you please handle?
> --
> Thanks & Regards
> Pawan Verma
> Technical Consultant
> *HotWax Systems*
> *Enterprise open source experts*
> http://www.hotwaxsystems.com
>
>
> On Thu, Apr 30, 2020 at 5:05 PM  wrote:
>
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > surajk 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 e1a16aa  Improved: Converted all ShipmentReceiptRole service
> from
> > crud to entity-auto (#85)
> > e1a16aa is described below
> >
> > commit e1a16aa9fe4bacded92a0c4c34a0af7c02d0a325
> > Author: Suraj Khurana <64310724+surajkhur...@users.noreply.github.com>
> > AuthorDate: Thu Apr 30 17:05:39 2020 +0530
> >
> > Improved: Converted all ShipmentReceiptRole service from crud to
> > entity-auto (#85)
> >
> > * Improved: Converted all ShipmentReceiptRole service from crud to
> > entity-auto
> > (OFBIZ-11614)
> > ---
> >  .../shipment/receipt/ShipmentReceiptServices.xml   | 15
> > ---
> >  applications/product/servicedef/services.xml   |  2 +-
> >  applications/product/servicedef/services_shipment.xml  | 18
> > ++
> >  3 files changed, 7 insertions(+), 28 deletions(-)
> >
> > diff --git
> >
> a/applications/product/minilang/shipment/receipt/ShipmentReceiptServices.xml
> >
> b/applications/product/minilang/shipment/receipt/ShipmentReceiptServices.xml
> > index 2dade39..4334dc5 100644
> > ---
> >
> a/applications/product/minilang/shipment/receipt/ShipmentReceiptServices.xml
> > +++
> >
> b/applications/product/minilang/shipment/receipt/ShipmentReceiptServices.xml
> > @@ -63,21 +63,6 @@ under the License.
> >   > result-name="affectAccounting"/>
> >  
> >
> > - > short-description="Create a ShipmentReceipt Role">
> > - > value-field="newEntity"/>
> > -
> > -
> > -
> > -
> > -
> > -
> > - > short-description="Remove a ShipmentReceipt Role">
> > - > value-field="lookupPKMap"/>
> > -
> > - > map="lookupPKMap" value-field="lookedUpValue"/>
> > -
> > -
> > -
> >   > short-description="Receive Inventory in new Inventory Item(s)">
> >  
> >
> >
>


Re: [ofbiz-framework] branch trunk updated: Improved: Converted all ShipmentReceiptRole service from crud to entity-auto (#85)

2020-04-30 Thread Pawan Verma
Hi Suraj,

You've missed to add default-entity-name for the entity-auto engine for the
above services.

Could you please handle?
-- 
Thanks & Regards
Pawan Verma
Technical Consultant
*HotWax Systems*
*Enterprise open source experts*
http://www.hotwaxsystems.com


On Thu, Apr 30, 2020 at 5:05 PM  wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> surajk 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 e1a16aa  Improved: Converted all ShipmentReceiptRole service from
> crud to entity-auto (#85)
> e1a16aa is described below
>
> commit e1a16aa9fe4bacded92a0c4c34a0af7c02d0a325
> Author: Suraj Khurana <64310724+surajkhur...@users.noreply.github.com>
> AuthorDate: Thu Apr 30 17:05:39 2020 +0530
>
> Improved: Converted all ShipmentReceiptRole service from crud to
> entity-auto (#85)
>
> * Improved: Converted all ShipmentReceiptRole service from crud to
> entity-auto
> (OFBIZ-11614)
> ---
>  .../shipment/receipt/ShipmentReceiptServices.xml   | 15
> ---
>  applications/product/servicedef/services.xml   |  2 +-
>  applications/product/servicedef/services_shipment.xml  | 18
> ++
>  3 files changed, 7 insertions(+), 28 deletions(-)
>
> diff --git
> a/applications/product/minilang/shipment/receipt/ShipmentReceiptServices.xml
> b/applications/product/minilang/shipment/receipt/ShipmentReceiptServices.xml
> index 2dade39..4334dc5 100644
> ---
> a/applications/product/minilang/shipment/receipt/ShipmentReceiptServices.xml
> +++
> b/applications/product/minilang/shipment/receipt/ShipmentReceiptServices.xml
> @@ -63,21 +63,6 @@ under the License.
>   result-name="affectAccounting"/>
>  
>
> - short-description="Create a ShipmentReceipt Role">
> - value-field="newEntity"/>
> -
> -
> -
> -
> -
> -
> - short-description="Remove a ShipmentReceipt Role">
> - value-field="lookupPKMap"/>
> -
> - map="lookupPKMap" value-field="lookedUpValue"/>
> -
> -
> -
>   short-description="Receive Inventory in new Inventory Item(s)">
>  
>
>