Openbravo Issue Tracking System - POS2
View Issue Details
0046477POS2POSpublic2021-05-04 09:572021-05-05 09:11
javietxe 
guilleaer 
normalmajorhave not tried
closedfixed 
5
 
 
caristu
No
0046477: JIRA 1774: CRM Connector, the created user is not assigned directly
When creating a new business partner in the CRM connector, even in the button says "Save and assign", the business partner is created but not assigned to the order.
Enter a new pos with the crm connector configured (for example agapes test)

Go to the user window
Click on create user
Fulfill the needed informations
Click on "save and assing"

Check that the created customer is not assigned to the order
Takeaway
depends on backport 0046478TAP closed guilleaer JIRA 1774: CRM Connector, the created user is not assigned directly 
Issue History
2021-05-04 09:57javietxeNew Issue
2021-05-04 09:57javietxeAssigned To => Retail
2021-05-04 09:57javietxeTriggers an Emergency Pack => No
2021-05-04 10:05javietxeTag Attached: Takeaway
2021-05-04 10:14guilleaerResolution time => 1621288800
2021-05-04 10:14guilleaerStatusnew => scheduled
2021-05-04 10:15guilleaerStatusscheduled => acknowledged
2021-05-04 17:54hgbotNote Added: 0127780
2021-05-04 17:58hgbotNote Added: 0127781
2021-05-04 18:14hgbotNote Added: 0127782
2021-05-04 18:14hgbotNote Added: 0127783
2021-05-04 18:14hgbotResolutionopen => fixed
2021-05-04 18:14hgbotStatusacknowledged => closed
2021-05-04 18:14hgbotNote Added: 0127784
2021-05-04 18:14hgbotNote Added: 0127785
2021-05-05 09:11guilleaerReview Assigned To => caristu
2021-05-05 09:11guilleaerAssigned ToRetail => guilleaer

Notes
(0127780)
hgbot   
2021-05-04 17:54   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/431 [^]
(0127781)
hgbot   
2021-05-04 17:58   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/488 [^]
(0127782)
hgbot   
2021-05-04 18:14   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 72a94fc065e5b6ce885700988023f45a756647db
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 2021-05-04T17:56:30+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/72a94fc065e5b6ce885700988023f45a756647db [^]

related to ISSUE-46477: support changing payload with onBefore actions

  This feature is now directly used by the BaseForm when launching a
user action. It can use form actions as onBefore actions in order to
modify the payload that is received by the user action.

---
M web-jspack/org.openbravo.core2/src/components/Form/BaseForm.jsx
M web-jspack/org.openbravo.core2/src/core/user-action/__test__/GetUserAction.test.jsx
M web-jspack/org.openbravo.core2/src/core/user-action/getUserAction.js
---
(0127783)
hgbot   
2021-05-04 18:14   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/488 [^]
(0127784)
hgbot   
2021-05-04 18:14   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: d11b3889d89385c6cceea9e05fecc7b5b95ff6ca
Author: Guillermo Alvarez de Eulate <guillermo.alvarez@openbravo.com>
Date: 2021-05-04T17:53:33+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/d11b3889d89385c6cceea9e05fecc7b5b95ff6ca [^]

fixed ISSUE-46477: After call to insert/update form components should be recreated

---
M web-jspack/org.openbravo.pos2/src/components/Customer/CustomerForm/CustomerFormHandler.js
---
(0127785)
hgbot   
2021-05-04 18:14   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/431 [^]