| Openbravo Issue Tracking System - Retail Modules | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | 
| 0044408 | Retail Modules | Web POS | public | 2020-06-18 10:54 | 2020-06-29 08:25 | 
| Reporter | guilleaer | ||||
| Assigned To | guilleaer | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | 
| Status | closed | Resolution | fixed | ||
| Platform | OS | 5 | OS Version | ||
| Product Version | |||||
| Target Version | RR20Q3 | Fixed in Version | RR20Q3 | ||
| Merge Request Status | |||||
| Review Assigned To | marvintm | ||||
| OBNetwork customer | No | ||||
| Support ticket | |||||
| Regression level | |||||
| Regression date | |||||
| Regression introduced in release | |||||
| Regression introduced by commit | |||||
| Triggers an Emergency Pack | No | ||||
| Summary | 0044408: [CRMConnector] After modifying properties through onPropertyValueChange values are not internally reflected | ||||
| Description | After modifying properties through onPropertyValueChange values are not internally reflected and validations fails | ||||
| Steps To Reproduce | Using module org.openbravo.retail.samplebpintegration include in file org.openbravo.retail.samplebpintegration/js/SampleBPIntegrationProxy.js the following code async onPropertyValueChange(businessPartner, property, config) { + if (property.apiKey === 'xName' && property.value === 'GAL') { + let newBp = businessPartner.clone(); + return new Promise(function(resolve) { + setTimeout(() => { + newBp.getPropertyByKey('xLastName').value = '@galopenbravo'; + newBp.getPropertyByKey('xVIP').value = true; + newBp.getPropertyByKey('xAddress').value = 'Main Street London'; + newBp.getPropertyByKey('xPhone').value = '987456123'; + newBp.getPropertyByKey('xEmail').value = 'gal@openbravo.com'; + newBp.getPropertyByKey('xBirthday').value = '1984-11-16'; + resolve(newBp); + }, 1000); + }); + } | ||||
| Proposed Solution | The object managed by main popup should be updated with the new one | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files |  issue44408.diff (1,996) 2020-06-18 10:55 https://issues.openbravo.com/file_download.php?file_id=14646&type=bug | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2020-06-18 10:54 | guilleaer | New Issue | |||
| 2020-06-18 10:54 | guilleaer | Assigned To | => guilleaer | ||
| 2020-06-18 10:54 | guilleaer | OBNetwork customer | => No | ||
| 2020-06-18 10:54 | guilleaer | Triggers an Emergency Pack | => No | ||
| 2020-06-18 10:55 | guilleaer | File Added: issue44408.diff | |||
| 2020-06-19 08:42 | hgbot | Checkin | |||
| 2020-06-19 08:42 | hgbot | Note Added: 0120909 | |||
| 2020-06-19 08:42 | hgbot | Status | new => resolved | ||
| 2020-06-19 08:42 | hgbot | Resolution | open => fixed | ||
| 2020-06-19 08:42 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/79dc12070a2179bbd990e03bb0dc87253cce7605 [^] | ||
| 2020-06-29 08:25 | marvintm | Review Assigned To | => marvintm | ||
| 2020-06-29 08:25 | marvintm | Status | resolved => closed | ||
| 2020-06-29 08:25 | marvintm | Fixed in Version | => RR20Q3 | ||
| Notes | |||||
|  | |||||
| 
 | 
 | ||||