Openbravo Issue Tracking System - POS2
View Issue Details
0050824POS2Corepublic2022-10-14 13:432022-11-15 16:27
javierRodriguez 
javierRodriguez 
normaltrivialalways
closedfixed 
5
 
22Q3.322Q3.3 
approved
No
No
0050824: it is not possible to close Confirmation Dialog from other part
It is necessary to close the confirmation dialog programatically.

For example, you could have a scenario when the application is shown a count down confirm dialog (like the session expiration dialog) and, when the count is 0, close it.
-
export dialogValues from ConfirmationDialog.jsx file to be able to call it from outside
No tags attached.
blocks feature request 0050533 closed javierRodriguez it is not possible to close Confirmation Dialog from other part 
Issue History
2022-11-10 11:55javierRodriguezTypefeature request => backport
2022-11-10 11:55javierRodriguezTarget Version => 22Q3.3
2022-11-10 18:22hgbotNote Added: 0143436
2022-11-13 08:58hgbotResolutionopen => fixed
2022-11-13 08:58hgbotStatusscheduled => closed
2022-11-13 08:58hgbotFixed in Version => 22Q3.3
2022-11-13 08:58hgbotNote Added: 0143488
2022-11-13 08:58hgbotNote Added: 0143489
2022-11-15 16:27hgbotNote Added: 0143624

Notes
(0143436)
hgbot   
2022-11-10 18:22   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/909 [^]
(0143488)
hgbot   
2022-11-13 08:58   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: fcb684d93df76cf47ae067fdb258426493a5fe12
Author: Javier Rodríguez Regueiro <javier.rodriguez@openbravo.com>
Date: 10-11-2022 18:21:43
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/fcb684d93df76cf47ae067fdb258426493a5fe12 [^]

Fixed ISSUE-50824: Add closeOnCountDownAction prop to close the dialog when countdown is 0

---
M web-jspack/org.openbravo.core2/src/components/ConfirmationDialog/ConfirmationDialog.jsx
M web-jspack/org.openbravo.core2/src/components/ConfirmationDialog/__test__/ConfirmationDialog.test.jsx
---
(0143489)
hgbot   
2022-11-13 08:58   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/909 [^]
(0143624)
hgbot   
2022-11-15 16:27   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 7703206785d101a022f631b5a508113570bdd40d
Author: Javier Rodriguez Regueiro <javier.rodriguez@openbravo.com>
Date: 15-11-2022 14:11:05
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/7703206785d101a022f631b5a508113570bdd40d [^]

Related to ISSUE-50824: Remove test

---
M web-jspack/org.openbravo.core2/src/components/ConfirmationDialog/__test__/ConfirmationDialog.test.jsx
---