Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0057822 | POS2 | Core | public | 2025-01-31 13:06 | 2025-02-19 17:06 |
|
Reporter | ander_flores | |
Assigned To | ander_flores | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 25Q2 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0057822: Move duplicate component MessageIcon.jsx to core2 |
Description | A component called MessageIcon.jsx is duplicated in these two modules:
- org.openbravo.events.client
- org.openbravo.pos2
These two components share almost exactly the same code.
In order to avoid code duplication, the MessageIcon.jsx component should only be defined in the org.openbravo.core2 module |
Steps To Reproduce | Move the MessageIcon.jsx component to core2 and replace all the references to the other two components |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2025-01-31 13:06 | ander_flores | New Issue | |
2025-01-31 13:06 | ander_flores | Assigned To | => Triage Platform Base |
2025-01-31 13:06 | ander_flores | Triggers an Emergency Pack | => No |
2025-02-04 10:15 | hgbot | Note Added: 0175091 | |
2025-02-04 10:15 | hgbot | Note Added: 0175092 | |
2025-02-04 10:15 | hgbot | Note Added: 0175093 | |
2025-02-04 10:15 | hgbot | Note Added: 0175094 | |
2025-02-04 10:15 | hgbot | Note Added: 0175095 | |
2025-02-04 10:19 | ander_flores | Assigned To | Triage Platform Base => ander_flores |
2025-02-14 10:54 | hgbot | Note Added: 0175643 | |
2025-02-14 10:54 | hgbot | Note Added: 0175644 | |
2025-02-19 17:01 | hgbot | Note Added: 0175904 | |
2025-02-19 17:01 | hgbot | Resolution | open => fixed |
2025-02-19 17:01 | hgbot | Status | new => closed |
2025-02-19 17:01 | hgbot | Fixed in Version | => 25Q2 |
2025-02-19 17:01 | hgbot | Note Added: 0175905 | |
2025-02-19 17:02 | hgbot | Note Added: 0175906 | |
2025-02-19 17:02 | hgbot | Note Added: 0175907 | |
2025-02-19 17:02 | hgbot | Note Added: 0175908 | |
2025-02-19 17:03 | hgbot | Note Added: 0175909 | |
2025-02-19 17:03 | hgbot | Note Added: 0175910 | |
2025-02-19 17:03 | hgbot | Note Added: 0175911 | |
2025-02-19 17:03 | hgbot | Note Added: 0175912 | |
2025-02-19 17:03 | hgbot | Note Added: 0175913 | |
2025-02-19 17:04 | hgbot | Note Added: 0175914 | |
2025-02-19 17:04 | hgbot | Note Added: 0175915 | |
2025-02-19 17:04 | hgbot | Note Added: 0175916 | |
2025-02-19 17:04 | hgbot | Note Added: 0175917 | |
2025-02-19 17:06 | hgbot | Note Added: 0175918 | |
Notes |
|
(0175091)
|
hgbot
|
2025-02-04 10:15
|
|
|
|
(0175092)
|
hgbot
|
2025-02-04 10:15
|
|
|
|
(0175093)
|
hgbot
|
2025-02-04 10:15
|
|
|
|
(0175094)
|
hgbot
|
2025-02-04 10:15
|
|
|
|
(0175095)
|
hgbot
|
2025-02-04 10:15
|
|
|
|
(0175643)
|
hgbot
|
2025-02-14 10:54
|
|
|
|
(0175644)
|
hgbot
|
2025-02-14 10:54
|
|
|
|
(0175904)
|
hgbot
|
2025-02-19 17:01
|
|
|
|
(0175905)
|
hgbot
|
2025-02-19 17:01
|
|
|
|
(0175906)
|
hgbot
|
2025-02-19 17:02
|
|
|
|
(0175907)
|
hgbot
|
2025-02-19 17:02
|
|
|
|
(0175908)
|
hgbot
|
2025-02-19 17:02
|
|
|
|
(0175909)
|
hgbot
|
2025-02-19 17:03
|
|
Repository: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 3cdd0533ba316245a3dfe93cef94b6a2a4a6e384
Author: Ander Flores <a.flores@orisha.com>
Date: 19-02-2025 16:02:56
URL: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.pos2/-/commit/3cdd0533ba316245a3dfe93cef94b6a2a4a6e384 [^]
Related to ISSUE-57822: Move MessagesIcon component to core2
---
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentIntegration/AdditionalInfoDialog.scss
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentIntegration/ConfirmProcessProvider.jsx
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentIntegration/ConfirmProcessProviderPOS.scss
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentIntegration/DefaultProcessProvider.jsx
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentIntegration/MockProvider.jsx
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentIntegration/__test__/MockPaymentProvider.js
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentIntegration/stories/AdditionalInfoDialog.stories.jsx
R web-jspack/org.openbravo.pos2/src/components/Payments/PaymentIntegration/MessagesIcon.jsx
---
|
|
|
(0175910)
|
hgbot
|
2025-02-19 17:03
|
|
|
|
(0175911)
|
hgbot
|
2025-02-19 17:03
|
|
|
|
(0175912)
|
hgbot
|
2025-02-19 17:03
|
|
|
|
(0175913)
|
hgbot
|
2025-02-19 17:03
|
|
|
|
(0175914)
|
hgbot
|
2025-02-19 17:04
|
|
|
|
(0175915)
|
hgbot
|
2025-02-19 17:04
|
|
|
|
(0175916)
|
hgbot
|
2025-02-19 17:04
|
|
Repository: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.pos2.selfcheckout [^]
Changeset: cc9edf631f7a11615d14483673cec58a20354260
Author: Ander Flores <a.flores@orisha.com>
Date: 19-02-2025 16:04:31
URL: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/commit/cc9edf631f7a11615d14483673cec58a20354260 [^]
Related to ISSUE-57822: Replace the import path of the MessagesIcon component
---
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/BooleanSelectionForm/BooleanSelectionForm.jsx
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/BooleanSelectionForm/BooleanSelectionForm.scss
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/ConfirmProcessProvider/ConfirmProcessProviderSCO.scss
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/ConfirmProcessProvider/stories/ConfirmProcessProviderSCO.stories.scss
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/ConfirmSuccessfulPayment/ConfirmSuccessfulPayment.jsx
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/MainMessagesManagerContainerSCO/MainMessagesManagerContainerSCO.scss
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/MainMessagesManagerContentSCO/MainMessagesManagerContentSCO.jsx
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/MessagesContainer/MessagesContainer.scss
---
|
|
|
(0175917)
|
hgbot
|
2025-02-19 17:04
|
|
|
|
(0175918)
|
hgbot
|
2025-02-19 17:06
|
|
|