Openbravo Issue Tracking System - POS2
View Issue Details
0055923POS2Corepublic2024-07-05 09:162024-07-30 12:37
inaki_luque 
inaki_luque 
normaltrivialhave not tried
closedfixed 
5
 
 
No
0055923: Hide "Call for Help" button in product unknown pop-up
show a call for help button when an unknown product is scanned, but only if it is set in the BO

Jira: https://openbravo.atlassian.net/browse/RM-15011 [^]
-
No tags attached.
Issue History
2024-07-05 09:16inaki_luqueNew Issue
2024-07-05 09:16inaki_luqueAssigned To => inaki_luque
2024-07-05 09:16inaki_luqueTriggers an Emergency Pack => No
2024-07-05 09:17inaki_luqueStatusnew => scheduled
2024-07-05 11:40hgbotNote Added: 0166713
2024-07-30 12:37hgbotResolutionopen => fixed
2024-07-30 12:37hgbotStatusscheduled => closed
2024-07-30 12:37hgbotNote Added: 0167489
2024-07-30 12:37hgbotNote Added: 0167490
2024-07-30 12:37hgbotNote Added: 0167491
2024-07-30 12:37hgbotNote Added: 0167492
2024-07-30 12:37hgbotNote Added: 0167493

Notes
(0166713)
hgbot   
2024-07-05 11:40   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/merge_requests/30 [^]
(0167489)
hgbot   
2024-07-30 12:37   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout [^]
Changeset: 46b7102c32faa089d668c03fe0de1cd5f634682f
Author: Iñaki <i.luque@orisha.com>
Date: 30-07-2024 10:27:31
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/commit/46b7102c32faa089d668c03fe0de1cd5f634682f [^]

Fixed ISSUE-55923: Hided "Call for Help" button in product unknown pop-up:

* Changed the unknownProductHelper method to hide the 'Call for Help'
  button when it is set in the BO.

* Renamed “Call Help When an Unknown Product is Scanned” field to “Automatically Call Help When an Unknown Product is Scanned”

---
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.pos2.selfcheckout/src/assets/style/main.scss
M web-jspack/org.openbravo.pos2.selfcheckout/src/model/user-interface/utils/__test__/unknownProductHelper.test.js
M web-jspack/org.openbravo.pos2.selfcheckout/src/model/user-interface/utils/unknownProductHelper.js
---
(0167490)
hgbot   
2024-07-30 12:37   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout [^]
Changeset: 55cec36795251c3dd53e9c7a8a1759a12af04745
Author: Iñaki <i.luque@orisha.com>
Date: 30-07-2024 10:27:31
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/commit/55cec36795251c3dd53e9c7a8a1759a12af04745 [^]

 Related to ISSUE-55923: Refactoring unknownProductHelper methods in order to make the code more readable

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.pos2.selfcheckout/src/model/user-interface/utils/__test__/unknownProductHelper.test.js
M web-jspack/org.openbravo.pos2.selfcheckout/src/model/user-interface/utils/unknownProductHelper.js
---
(0167491)
hgbot   
2024-07-30 12:37   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout [^]
Changeset: a159e124e85391c6b7616b326a7be941a8e183d1
Author: Iñaki <i.luque@orisha.com>
Date: 30-07-2024 10:27:31
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/commit/a159e124e85391c6b7616b326a7be941a8e183d1 [^]

Related to ISSUE-55923: Styling fixes for the Unknown Product popup
Apply naming conventions to new methods

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.pos2.selfcheckout/src/assets/style/main.scss
M web-jspack/org.openbravo.pos2.selfcheckout/src/model/user-interface/utils/unknownProductHelper.js
---
(0167492)
hgbot   
2024-07-30 12:37   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout [^]
Changeset: d72e962ad4b175ce1b1b2b0883b9cd12ab22706b
Author: Jorge Wederago <j.wederago@orisha.com>
Date: 30-07-2024 11:49:39
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/commit/d72e962ad4b175ce1b1b2b0883b9cd12ab22706b [^]

Fixed ISSUE-55923: Hide "Call for Help" button in unknown product pop-up

---
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.pos2.selfcheckout/src/assets/style/main.scss
M web-jspack/org.openbravo.pos2.selfcheckout/src/model/user-interface/utils/__test__/unknownProductHelper.test.js
M web-jspack/org.openbravo.pos2.selfcheckout/src/model/user-interface/utils/unknownProductHelper.js
---
(0167493)
hgbot   
2024-07-30 12:37   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/merge_requests/30 [^]