Openbravo Issue Tracking System - POS2
View Issue Details
0050533POS2Corepublic2022-10-14 13:432022-11-10 11:55
javierRodriguez 
javierRodriguez 
normaltrivialalways
closedfixed 
5
 
 
No
0050533: 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.
depends on backport 005082322Q4.1 closed javierRodriguez it is not possible to close Confirmation Dialog from other part 
depends on backport 005082422Q3.3 closed javierRodriguez it is not possible to close Confirmation Dialog from other part 
Issue History
2022-10-14 13:43javierRodriguezNew Issue
2022-10-14 13:43javierRodriguezAssigned To => javierRodriguez
2022-10-14 13:43javierRodriguezTriggers an Emergency Pack => No
2022-10-14 13:45javierRodriguezSummaryit is not possible to close Confirm Dialog from other part => it is not possible to close Confirmation Dialog from other part
2022-10-14 13:45javierRodriguezDescription Updatedbug_revision_view_page.php?rev_id=24893#r24893
2022-10-14 13:45javierRodriguezProposed Solution updated
2022-10-14 13:51hgbotNote Added: 0142076
2022-10-19 11:04guilleaerStatusnew => scheduled
2022-10-21 11:51hgbotResolutionopen => fixed
2022-10-21 11:51hgbotStatusscheduled => closed
2022-10-21 11:51hgbotNote Added: 0142396
2022-10-21 11:51hgbotFixed in Version => 23Q1
2022-10-21 11:51hgbotNote Added: 0142397
2022-11-10 11:55javierRodriguezStatusclosed => new
2022-11-10 11:55javierRodriguezResolutionfixed => open
2022-11-10 11:55javierRodriguezFixed in Version23Q1 =>
2022-11-10 11:55javierRodriguezStatusnew => scheduled
2022-11-10 11:55javierRodriguezStatusscheduled => resolved
2022-11-10 11:55javierRodriguezResolutionopen => fixed
2022-11-10 11:55javierRodriguezStatusresolved => closed

Notes
(0142076)
hgbot   
2022-10-14 13:51   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/875 [^]
(0142396)
hgbot   
2022-10-21 11:51   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/875 [^]
(0142397)
hgbot   
2022-10-21 11:51   
Directly closing issue as related merge request is already approved.

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

Fixed ISSUE-50533: 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
---