Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0056919 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Retail Modules] Events for Payments in SCO | major | have not tried | 2024-10-28 16:08 | 2024-11-14 16:29 | |||
Reporter | ignacio_deandres | View Status | public | |||||
Assigned To | ignacio_deandres | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR25Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | main | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | approved | |||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0056919: SCO - List component for the Client API | |||||||
Description | It is required to implement a new type of SCO component that is the “List” component. This component is required to properly diplay the CC Customer Data Collection pop-up, as one of the fields that this pop-up has is the list of Countries. | |||||||
Steps To Reproduce | . | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0171329) hgbot (developer) 2024-11-04 15:43 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/merge_requests/110 [^] |
(0171336) hgbot (developer) 2024-11-04 16:26 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/merge_requests/135 [^] |
(0171441) hgbot (developer) 2024-11-05 16:10 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client/-/merge_requests/92 [^] |
(0171994) hgbot (developer) 2024-11-14 16:24 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client [^] Changeset: 1603aad2d83fa055cc731ec334263f523d68514f Author: Adrián Romero <adrian.romero@openbravo.com> Date: 14-11-2024 16:24:02 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client/-/commit/1603aad2d83fa055cc731ec334263f523d68514f [^] Fixes ISSUE-56919: SCO - List component for the Client API --- M web-jspack/org.openbravo.events.client/src/components/InputComponent.jsx M web-jspack/org.openbravo.events.client/src/components/RequestString.jsx --- |
(0171995) hgbot (developer) 2024-11-14 16:24 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client/-/merge_requests/92 [^] |
(0171998) hgbot (developer) 2024-11-14 16:25 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout [^] Changeset: ea19aa62b17e7fec7bf5f717feb0336837d995bd Author: Adrián Romero <adrian.romero@openbravo.com> Date: 14-11-2024 16:25:16 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/commit/ea19aa62b17e7fec7bf5f717feb0336837d995bd [^] Fixes ISSUE-56919: SCO - List component for the Client API --- A web-jspack/org.openbravo.pos2.selfcheckout/src/components/DataCollectionSelection/DataCollectionSelection.jsx A web-jspack/org.openbravo.pos2.selfcheckout/src/components/DataCollectionSelection/DataCollectionSelection.scss A web-jspack/org.openbravo.pos2.selfcheckout/src/components/DataCollectionSelection/DataCollectionSelectionOneColumn/DataCollectionSelectionOneColumn.jsx A web-jspack/org.openbravo.pos2.selfcheckout/src/components/DataCollectionSelection/DataCollectionSelectionOneColumn/DataCollectionSelectionOneColumn.scss A web-jspack/org.openbravo.pos2.selfcheckout/src/components/DataCollectionSelection/DataCollectionSelectionTwoColumns/DataCollectionSelectionTwoColumns.jsx A web-jspack/org.openbravo.pos2.selfcheckout/src/components/DataCollectionSelection/DataCollectionSelectionTwoColumns/DataCollectionSelectionTwoColumns.scss A web-jspack/org.openbravo.pos2.selfcheckout/src/components/DataCollectionSelection/__tests__/DataCollectionSelection.test.jsx M web-jspack/org.openbravo.pos2.selfcheckout/src/components/BooleanSelectionForm/BooleanSelectionForm.scss M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringDisplayDataViewSCO/RequestStringDisplayDataViewSCO.jsx M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringEditDataViewSCO/RequestStringEditDataViewSCO.jsx M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringEditDataViewSCO/__test__/RequestStringEditDataViewSCO.test.jsx M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringSCO/RequestStringSCO.jsx M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringSCO/__test__/RequestStringSCO.test.jsx M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringSCO/stories/RequestStringSCO.stories.jsx M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringSCO/stories/RequestStringSCO.stories.scss M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringSimpleDataViewSCO/RequestStringSimpleDataViewSCO.jsx M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringSimpleDataViewSCO/__test__/RequestStringSimpleDataViewSCO.test.jsx M web/org.openbravo.pos2.selfcheckout/source/utils/paymentEventsFunctions.js --- |
(0171999) hgbot (developer) 2024-11-14 16:25 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/merge_requests/110 [^] |
(0172000) hgbot (developer) 2024-11-14 16:27 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources [^] Changeset: 30c4d1fdffab1176addd9b84f1c0d620ac0fd548 Author: Adrián Romero <adrian.romero@openbravo.com> Date: 14-11-2024 16:27:30 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/commit/30c4d1fdffab1176addd9b84f1c0d620ac0fd548 [^] Fixes ISSUE-56919: SCO - List component for the Client API --- M project/src/com/openbravo/eventscommon/Input.java M project/src/com/openbravo/eventscommon/Simulator.java M project/src/com/openbravo/eventspayment/PaymentDev.java --- |
(0172001) hgbot (developer) 2024-11-14 16:27 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/merge_requests/135 [^] |
(0172002) hgbot (developer) 2024-11-14 16:29 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager [^] Changeset: e2e5ebaa4699158793d0bb137f2e8e436027f4c8 Author: Adrián Romero <adrian.romero@openbravo.com> Date: 14-11-2024 16:28:55 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager/-/commit/e2e5ebaa4699158793d0bb137f2e8e436027f4c8 [^] Related ISSUE-56919: SCO - List component for the Client API --- M bin/poshw.jar M bin/rev.id --- |
![]() |
|||
Date Modified | Username | Field | Change |
2024-10-28 16:08 | ignacio_deandres | New Issue | |
2024-10-28 16:08 | ignacio_deandres | Assigned To | => ignacio_deandres |
2024-10-28 16:08 | ignacio_deandres | OBNetwork customer | => No |
2024-10-28 16:08 | ignacio_deandres | Triggers an Emergency Pack | => No |
2024-11-04 15:43 | hgbot | Merge Request Status | => open |
2024-11-04 15:43 | hgbot | Note Added: 0171329 | |
2024-11-04 16:26 | hgbot | Note Added: 0171336 | |
2024-11-05 16:10 | hgbot | Note Added: 0171441 | |
2024-11-06 11:52 | ignacio_deandres | Relationship added | blocks 0057010 |
2024-11-14 16:22 | hgbot | Merge Request Status | open => approved |
2024-11-14 16:24 | hgbot | Resolution | open => fixed |
2024-11-14 16:24 | hgbot | Status | new => closed |
2024-11-14 16:24 | hgbot | Note Added: 0171994 | |
2024-11-14 16:24 | hgbot | Note Added: 0171995 | |
2024-11-14 16:25 | hgbot | Note Added: 0171998 | |
2024-11-14 16:25 | hgbot | Note Added: 0171999 | |
2024-11-14 16:27 | hgbot | Fixed in Version | => RR25Q1 |
2024-11-14 16:27 | hgbot | Note Added: 0172000 | |
2024-11-14 16:27 | hgbot | Note Added: 0172001 | |
2024-11-14 16:29 | hgbot | Note Added: 0172002 |
Copyright © 2000 - 2009 MantisBT Group |