Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0056919 | Retail Modules | Events for Payments in SCO | public | 2024-10-28 16:08 | 2024-11-14 16:29 |
|
Reporter | ignacio_deandres | |
Assigned To | ignacio_deandres | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | main | Fixed in Version | RR25Q1 | |
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 | . |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0057010 | main | closed | ignacio_deandres | Boolean values are not properly treated in the SCO app mode |
|
Attached Files | |
|
Issue History |
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 | |
Notes |
|
(0171329)
|
hgbot
|
2024-11-04 15:43
|
|
|
|
(0171336)
|
hgbot
|
2024-11-04 16:26
|
|
|
|
(0171441)
|
hgbot
|
2024-11-05 16:10
|
|
|
|
(0171994)
|
hgbot
|
2024-11-14 16:24
|
|
|
|
(0171995)
|
hgbot
|
2024-11-14 16:24
|
|
|
|
(0171998)
|
hgbot
|
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
|
2024-11-14 16:25
|
|
|
|
(0172000)
|
hgbot
|
2024-11-14 16:27
|
|
|
|
(0172001)
|
hgbot
|
2024-11-14 16:27
|
|
|
|
(0172002)
|
hgbot
|
2024-11-14 16:29
|
|
|