Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0044645 | Openbravo ERP | 07. Sales management | public | 2020-07-21 11:53 | 2020-07-23 12:04 |
|
Reporter | adrianromero | |
Assigned To | adrianromero | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | PR20Q4 | |
Merge Request Status | |
Review Assigned To | guilleaer |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0044645: API Change: Changed signature of method getProductIds() in class ImportProductInDiscount |
Description | The method signature has changed from:
protected List<String> getProductIds(String productKey) {
To
protected List<String> getProductIds(String clientId, String orgId, String productKey) {
The reasons is that now product key is not unique globally is unique only in the context of the same client and same legal entity. So client and org must be passed to the method |
Steps To Reproduce | In description. |
Proposed Solution | |
Additional Information | |
Tags | Approved |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2020-07-21 11:53 | adrianromero | New Issue | |
2020-07-21 11:53 | adrianromero | Assigned To | => alostale |
2020-07-21 11:53 | adrianromero | OBNetwork customer | => No |
2020-07-21 11:53 | adrianromero | Modules | => Core |
2020-07-21 11:53 | adrianromero | Triggers an Emergency Pack | => No |
2020-07-21 11:54 | adrianromero | Relationship added | caused by 0044579 |
2020-07-21 11:57 | martinsdan | Issue Monitored: martinsdan | |
2020-07-22 06:35 | alostale | Tag Attached: Approved | |
2020-07-22 06:35 | alostale | Assigned To | alostale => adrianromero |
2020-07-22 11:09 | hgbot | Resolution | open => fixed |
2020-07-22 11:09 | hgbot | Status | new => resolved |
2020-07-22 11:09 | hgbot | Note Added: 0121563 | |
2020-07-22 11:13 | adrianromero | Review Assigned To | => guilleaer |
2020-07-23 12:04 | guilleaer | Note Added: 0121583 | |
2020-07-23 12:04 | guilleaer | Status | resolved => closed |
2020-07-23 12:04 | guilleaer | Fixed in Version | => PR20Q4 |