Openbravo Issue Tracking System - Retail Modules
View Issue Details
0055858Retail ModulesRetail APIpublic2024-06-27 16:382024-07-10 09:25
kchoperena 
kchoperena 
highmajoralways
closedfixed 
5
 
 
No
0055858: Fields missing on the swagger definition of Product Import API
There are fields missing on the swagger definition of the Product Import API:
- alternativeUnitOfMeasure
- characteristicValues
- assortments
- productCharacteristicByOrganization
- relatableProducts

This happens because there are multiple java classes overriding the getPropertyDocumentation of ImportProductJavaPropertyMappingHandler
Load the Swagger API documentation for Product Import
No tags attached.
has duplicate defect 0055867 closed SABARINATH P POS2 Missing properties related to Product Characterisctics in the Product Import Swagger API 
causes defect 0055699 closed fofarril Retail Modules API Product POST - Missing information in the swagger 
Issue History
2024-06-27 16:38kchoperenaNew Issue
2024-06-27 16:38kchoperenaAssigned To => Triage Platform Conn
2024-06-27 16:38kchoperenaTriggers an Emergency Pack => No
2024-06-27 16:50hgbotNote Added: 0166429
2024-06-27 16:50hgbotNote Added: 0166430
2024-06-27 16:51marvintmAssigned ToTriage Platform Conn => Retail
2024-06-27 16:51marvintmStatusnew => acknowledged
2024-07-01 09:23SABARINATH PRelationship addedhas duplicate 0055867
2024-07-01 09:27guilleaerStatusacknowledged => scheduled
2024-07-01 09:27guilleaerAssigned ToRetail => kchoperena
2024-07-01 10:48hgbotNote Added: 0166500
2024-07-01 13:32hgbotNote Added: 0166540
2024-07-01 13:32hgbotNote Added: 0166541
2024-07-01 13:37hgbotNote Added: 0166542
2024-07-10 09:25hgbotNote Added: 0166859
2024-07-10 09:25hgbotResolutionopen => fixed
2024-07-10 09:25hgbotStatusscheduled => closed
2024-07-10 09:25hgbotNote Added: 0166860
2024-07-10 09:25hgbotNote Added: 0166861
2024-07-10 09:25hgbotNote Added: 0166862
2024-07-16 14:48kchoperenaRelationship addedcauses 0055699

Notes
(0166429)
hgbot   
2024-06-27 16:50   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.financial.multitaxcategory.api/-/merge_requests/6 [^]
(0166430)
hgbot   
2024-06-27 16:50   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api/-/merge_requests/101 [^]
(0166500)
hgbot   
2024-07-01 10:48   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.service.external.integration/-/merge_requests/44 [^]
(0166540)
hgbot   
2024-07-01 13:32   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.service.external.integration [^]
Changeset: a94c2dde06db4d46bf79a92b0c88880af04c8538
Author: Kepa Choperena <kepa.choperena@openbravo.com>
Date: 01-07-2024 11:32:31
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.service.external.integration/-/commit/a94c2dde06db4d46bf79a92b0c88880af04c8538 [^]

Related to BUG-55858: Utility method to combine swagger documentations

---
M src/org/openbravo/service/external/integration/mapping/JavaPropertyMappingHandler.java
---
(0166541)
hgbot   
2024-07-01 13:32   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.service.external.integration/-/merge_requests/44 [^]
(0166542)
hgbot   
2024-07-01 13:37   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.service.external.integration [^]
Changeset: 78aeeaa839118f1971e32fa7c599cba9bf6f592b
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 01-07-2024 13:37:38
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.service.external.integration/-/commit/78aeeaa839118f1971e32fa7c599cba9bf6f592b [^]

related to BUG-55858: update copyright year

---
M src/org/openbravo/service/external/integration/mapping/JavaPropertyMappingHandler.java
---
(0166859)
hgbot   
2024-07-10 09:25   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.financial.multitaxcategory.api/-/merge_requests/6 [^]
(0166860)
hgbot   
2024-07-10 09:25   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.financial.multitaxcategory.api [^]
Changeset: be9ec9052a84377bb380e05f28ee4af8552e9dcc
Author: Kepa Choperena <kepa.choperena@openbravo.com>
Date: 10-07-2024 07:25:13
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.financial.multitaxcategory.api/-/commit/be9ec9052a84377bb380e05f28ee4af8552e9dcc [^]

Fixed ISSUE-55858: Invoke superclass in getPropertyDocumentation of RetailApiImportProductJavaPropertyMappingHandler to combine product API documentation

---
M src/org/openbravo/financial/multitaxcategory/api/mappings/ImportProductJavaPropertyMappingHandler.java
---
(0166861)
hgbot   
2024-07-10 09:25   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api [^]
Changeset: a250fd009ff592989ab53e48e11e717e47b8b478
Author: Kepa Choperena <kepa.choperena@openbravo.com>
Date: 10-07-2024 07:25:24
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api/-/commit/a250fd009ff592989ab53e48e11e717e47b8b478 [^]

Fixed ISSUE-55858: Invoke superclass in getPropertyDocumentation of RetailApiImportProductJavaPropertyMappingHandler to combine product API documentation

---
M src/org/openbravo/retail/api/mappings/product/RetailApiImportProductJavaPropertyMappingHandler.java
---
(0166862)
hgbot   
2024-07-10 09:25   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.api/-/merge_requests/101 [^]