Openbravo Issue Tracking System - POS2
View Issue Details
0051562POS2POSpublic2023-02-09 19:212023-02-16 19:20
gorka_gil 
Aaron_Alvarez 
normalminorN/A
closedfixed 
5
 
23Q2 
gorka_gil
No
0051562: Print product labels: maintain values of step 1 when navigating to step 2 and come back
The data entered in step 1 should be maintained when navigating between steps.
In step 1, set a date.
Navigate to step 2,
go back to step 1.
The date value has been reset.
No tags attached.
Issue History
2023-02-09 19:21gorka_gilNew Issue
2023-02-09 19:21gorka_gilAssigned To => Aaron_Alvarez
2023-02-09 19:21gorka_gilTriggers an Emergency Pack => No
2023-02-16 15:04hgbotResolutionopen => fixed
2023-02-16 15:04hgbotStatusnew => resolved
2023-02-16 15:04hgbotFixed in Version => 23Q2
2023-02-16 15:04hgbotNote Added: 0146655
2023-02-16 15:24hgbotNote Added: 0146658
2023-02-16 15:36gorka_gilReview Assigned To => gorka_gil
2023-02-16 15:36gorka_gilStatusresolved => closed
2023-02-16 17:14hgbotStatusclosed => resolved
2023-02-16 17:14hgbotNote Added: 0146662
2023-02-16 19:20gorka_gilStatusresolved => closed

Notes
(0146655)
hgbot   
2023-02-16 15:04   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: d8d509ac566f3fb643f78565703a9dc36b724e90
Author: Gorka Gil <gorka.gil@openbravo.com>
Date: 16-02-2023 15:03:55
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/d8d509ac566f3fb643f78565703a9dc36b724e90 [^]

Fixed ISSUE-51562: Merge branch 'fix/TemplateMultiStep'

---
A web-jspack/org.openbravo.core2/src/components/MultiStepProcess/InitializedStep/InitializedStep.jsx
A web-jspack/org.openbravo.core2/src/components/MultiStepProcess/InitializedStep/__test__/InitializedStep.test.jsx
A web-jspack/org.openbravo.core2/src/components/MultiStepProcess/InitializedStep/index.js
A web-jspack/org.openbravo.core2/src/components/MultiStepProcess/mock/MultiStepInitializedStepMock.config.json
A web-jspack/org.openbravo.core2/src/components/MultiStepProcess/mock/mockInitializedStepContextData.js
M web-jspack/org.openbravo.core2/src/components/Form/BaseFormContent.jsx
M web-jspack/org.openbravo.core2/src/components/MultiStepProcess/StandardStep/StandardStep.jsx
M web-jspack/org.openbravo.core2/src/components/MultiStepProcess/mock/index.js
M web-jspack/org.openbravo.core2/src/components/MultiStepProcess/stories/MultiStepProcess.stories.jsx
M web-jspack/org.openbravo.core2/src/ob-init.js
---
(0146658)
hgbot   
2023-02-16 15:24   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.product.label.printing [^]
Changeset: 6550a9b6b42f268cbbecf62f250a5c20f9c7d94c
Author: Gorka Gil <gorka.gil@openbravo.com>
Date: 16-02-2023 15:23:44
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.product.label.printing/-/commit/6550a9b6b42f268cbbecf62f250a5c20f9c7d94c [^]

Fixed ISSUE-51562: Merge branch 'fix/TemplateMultiStep'

---
M web-jspack/org.openbravo.pos2.product.label.printing/src/components/PrintProductLabel/PrintProductLabel.config.json
M web-jspack/org.openbravo.pos2.product.label.printing/src/components/PrintProductLabel/PrintProductLabelParamStep/NoOfCopiesAccordion/NoOfCopiesAccordion.jsx
M web-jspack/org.openbravo.pos2.product.label.printing/src/components/PrintProductLabel/PrintProductLabelParamStep/ProductLabelTemplateCombo/ProductLabelTemplateCombo.jsx
---
(0146662)
hgbot   
2023-02-16 17:14   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 44bab43ba0b705b6e8e3fb3cf95141bd5e025c2a
Author: Gorka Gil <gorka.gil@openbravo.com>
Date: 16-02-2023 17:13:17
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/44bab43ba0b705b6e8e3fb3cf95141bd5e025c2a [^]

Fixed ISSUE-51562: Fix core2 import

---
M web-jspack/org.openbravo.core2/src/components/MultiStepProcess/InitializedStep/InitializedStep.jsx
---