Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0044110 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Retail Modules] Web POS | minor | have not tried | 2020-05-19 17:53 | 2020-05-21 09:54 | |||
Reporter | adrianromero | View Status | public | |||||
Assigned To | adrianromero | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR20Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 950a024f4dbc | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0044110: Improve confirmation dialogs with Promises | |||||||
Description | With modern Javascript keywords async / await is very convenient to provide a way to display a dialog. if (await OB.DIALOGS.question({ title: 'title', message: 'message' })) { console.log('User pressed OK'); } else { console.log('User pressed CANCEL'); } | |||||||
Steps To Reproduce | N/A | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0120074) hgbot (developer) 2020-05-20 09:00 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 950a024f4dbcb75d87a1447b5437f064f9aefb63 Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Tue May 19 18:11:55 2020 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/950a024f4dbcb75d87a1447b5437f064f9aefb63 [^] Fixes ISSUE-44110: Improve confirmation dialogs with Promises --- M web/org.openbravo.mobile.core/source/utils/dialogs.js --- |
![]() |
|||
Date Modified | Username | Field | Change |
2020-05-19 17:53 | adrianromero | New Issue | |
2020-05-19 17:53 | adrianromero | Assigned To | => Retail |
2020-05-19 17:53 | adrianromero | OBNetwork customer | => No |
2020-05-19 17:53 | adrianromero | Triggers an Emergency Pack | => No |
2020-05-19 18:10 | adrianromero | Assigned To | Retail => adrianromero |
2020-05-19 18:10 | adrianromero | Description Updated | View Revisions |
2020-05-20 09:00 | hgbot | Checkin | |
2020-05-20 09:00 | hgbot | Note Added: 0120074 | |
2020-05-20 09:00 | hgbot | Status | new => resolved |
2020-05-20 09:00 | hgbot | Resolution | open => fixed |
2020-05-20 09:00 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/950a024f4dbcb75d87a1447b5437f064f9aefb63 [^] |
2020-05-20 09:04 | adrianromero | Review Assigned To | => marvintm |
2020-05-21 09:54 | marvintm | Status | resolved => closed |
2020-05-21 09:54 | marvintm | Fixed in Version | => RR20Q3 |
Copyright © 2000 - 2009 MantisBT Group |