Re: svn commit: r1849514 - /ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml

2018-12-22 Thread Suraj Khurana
Yes, I think its fine.

Thanks Jacques.

--
Best Regards,
Suraj Khurana
Technical Consultant







On Sat, Dec 22, 2018 at 3:34 PM Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> BTW I did it only in trunk, I think it's enough for history...
>
> Le 22/12/2018 à 10:49, Jacques Le Roux a écrit :
> > Hi Suraj,
> >
> > Please put an explanation in your comments, I  just did it for you :)
> >
> > Thanks
> >
> > Jacques
> >
> > Le 22/12/2018 à 05:55, sur...@apache.org a écrit :
> >> Author: surajk
> >> Date: Sat Dec 22 04:55:20 2018
> >> New Revision: 1849514
> >>
> >> URL: http://svn.apache.org/viewvc?rev=1849514&view=rev
> >> Log:
> >> Fixed: Incorrect PartyContactMechPurpose created while calling
> createUpdateBillingAddress service.
> >> (OFBIZ-10588)
> >>
> >> Modified:
> >>
> ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml
> >>
> >> Modified:
> ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml
> >> URL:
> >>
> http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml?rev=1849514&r1=1849513&r2=1849514&view=diff
> >>
> ==
> >> ---
> ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml
> (original)
> >> +++
> ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml
> Sat Dec 22 04:55:20 2018
> >> @@ -877,17 +877,17 @@ under the License.
> >>   
> >>   
> >>list="pcmpShipList" filter-by-date="true">
> >> - from-field="userLogin.partyId"/>
> >> + from-field="partyId"/>
> >>from-field="parameters.shipToContactMechId"/>
> >>value="SHIPPING_LOCATION"/>
> >>   
> >>   
> >>   
> >>service-name="createPartyContactMechPurpose" map="parameters"
> to-map="serviceContext"/>
> >> - from-field="userLogin.partyId"/>
> >> + from-field="partyId"/>
> >>  entity-name="PartyContactMechPurpose" list="pcmpList" filter-by-date="true">
> >> - from-field="userLogin.partyId"/>
> >> + from-field="partyId"/>
> >>field-name="contactMechPurposeTypeId" value="SHIPPING_LOCATION"/>
> >>   
> >>   
> >> @@ -895,7 +895,7 @@ under the License.
> >>service-name="expirePartyContactMechPurpose" in-map-name="serviceInMap"/>
> >>   
> >>   
> >> - from-field="userLogin.partyId"/>
> >> + from-field="partyId"/>
> >>from-field="parameters.shipToContactMechId"/>
> >>field="serviceContext.contactMechPurposeTypeId" value="SHIPPING_LOCATION"/>
> >>service-name="createPartyContactMechPurpose" in-map-name="serviceContext"/>
> >> @@ -905,7 +905,7 @@ under the License.
> >>operator="equals" value="Y">
> >>service-name="setPartyProfileDefaults" map="parameters"
> to-map="partyProfileDefaultsCtx"/>
> >>field="partyProfileDefaultsCtx.defaultShipAddr"
> from-field="parameters.shipToContactMechId"/>
> >> - from-field="userLogin.partyId"/>
> >> + from-field="partyId"/>
> >>service-name="setPartyProfileDefaults"
> in-map-name="partyProfileDefaultsCtx"/>
> >>   
> >>   
> >> @@ -919,7 +919,7 @@ under the License.
> >>to-field="newValue" operator="not-equals" type="Object">
> >>entity-name="PartyContactMechPurpose" list="pcmpList" filter-by-date="true">
> >>from-field="shipToAddressCtx.shipToContactMechId"/>
> >> - from-field="userLogin.partyId"/>
> >> + from-field="partyId"/>
> >>field-name="contactMechPurposeTypeId" value="SHIPPING_LOCATION"/>
> >>   
> >>   
> >> @@ -1013,7 +1013,7 @@ under the License.
> >>field="parameters.billToContactMechId"/>
> >>   
> >>service-name="createPartyContactMechPurpose" map="parameters"
> to-map="serviceContext"/>
> >> - from-field="userLogin.partyId"/>
> >> + from-field="partyId"/>
> >>  entity-name="PartyContactMechPurpose" list="pcmpList" filter-by-date="true">
> >>from-field="billToAddressCtx.partyId"/>
> >> @@ -1024,7 +1024,7 @@ under the License.
> >> 

Re: svn commit: r1849514 - /ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml

2018-12-22 Thread Jacques Le Roux

BTW I did it only in trunk, I think it's enough for history...

Le 22/12/2018 à 10:49, Jacques Le Roux a écrit :

Hi Suraj,

Please put an explanation in your comments, I  just did it for you :)

Thanks

Jacques

Le 22/12/2018 à 05:55, sur...@apache.org a écrit :

Author: surajk
Date: Sat Dec 22 04:55:20 2018
New Revision: 1849514

URL: http://svn.apache.org/viewvc?rev=1849514&view=rev
Log:
Fixed: Incorrect PartyContactMechPurpose created while calling 
createUpdateBillingAddress service.
(OFBIZ-10588)

Modified:
ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml?rev=1849514&r1=1849513&r2=1849514&view=diff

==
--- 
ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml 
(original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml 
Sat Dec 22 04:55:20 2018
@@ -877,17 +877,17 @@ under the License.
  
  
  
-    
+    
  
  
  
  
  
  
-    
+    
    
-    
+    
  
  
  
@@ -895,7 +895,7 @@ under the License.
  
  
  
-    
+    
  
  
  
@@ -905,7 +905,7 @@ under the License.
  
  
  
-    
+    
  
  
  
@@ -919,7 +919,7 @@ under the License.
  
  
  
-    
+    
  
  
  
@@ -1013,7 +1013,7 @@ under the License.
  
  
  
-    
+    
    
  
@@ -1024,7 +1024,7 @@ under the License.
  
  
  
-    
+    
  
  
  
@@ -1056,17 +1056,17 @@ under the License.
  
    
-    
+    
  
  
  
  
  
  
-    
+    
    
-    
+    
  
  
  
@@ -1074,7 +1074,7 @@ under the License.
  
  
  
-    
+    
  
  
  
@@ -1084,7 +1084,7 @@ under the License.
  
  
  
-    
+    
  
  
  







Fwd: Re: svn commit: r1849514 - /ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml

2018-12-22 Thread Jacques Le Roux

 Message transféré 
Sujet : Re: svn commit: r1849514 - 
/ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml
Date :  Sat, 22 Dec 2018 10:49:07 +0100
De :Jacques Le Roux 
Organisation :  Les Arts Informatiques
Pour :  comm...@ofbiz.apache.org



Hi Suraj,

Please put an explanation in your comments, I  just did it for you :)

Thanks

Jacques

Le 22/12/2018 à 05:55, sur...@apache.org a écrit :

Author: surajk
Date: Sat Dec 22 04:55:20 2018
New Revision: 1849514

URL: http://svn.apache.org/viewvc?rev=1849514&view=rev
Log:
Fixed: Incorrect PartyContactMechPurpose created while calling 
createUpdateBillingAddress service.
(OFBIZ-10588)

Modified:
ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml?rev=1849514&r1=1849513&r2=1849514&view=diff

==
--- 
ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml 
(original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/order/minilang/order/OrderServices.xml 
Sat Dec 22 04:55:20 2018
@@ -877,17 +877,17 @@ under the License.



- 
+ 






- 
+ 

- 
+ 



@@ -895,7 +895,7 @@ under the License.



- 
+ 



@@ -905,7 +905,7 @@ under the License.



- 
+ 



@@ -919,7 +919,7 @@ under the License.



- 
+ 



@@ -1013,7 +1013,7 @@ under the License.



- 
+ 


@@ -1024,7 +1024,7 @@ under the License.



- 
+ 



@@ -1056,17 +1056,17 @@ under the License.


- 
+ 






- 
+ 

- 
+ 



@@ -1074,7 +1074,7 @@ under the License.



- 
+ 



@@ -1084,7 +1084,7 @@ under the License.



- 
+