Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0051461 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Retail Modules] Web POS | minor | have not tried | 2023-01-26 13:28 | 2023-01-26 13:28 | |||||||
Reporter | caristu | View Status | public | |||||||||
Assigned To | Triage Platform Base | |||||||||||
Priority | high | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0051461: Inconsistent behavior of DialogUIHandler between pos1 and reactPos | |||||||||||
Description | The OB.App.View.DialogUIHandler is supposed to provide an API with functions to interact with the user (ask confirmation, request data) that can be safely invoked within the business logic (like action preparations) regardless of the UI that triggers the logic. In the case of OB.App.View.DialogUIHandler.askConfirmation, it has been detected some inconsistencies between pos1 and reactPos when using it: 1- In pos1 the property to hide the Ok button is "hideOk" and in reactPos is "hideAccept" 2- In pos1 the canDismiss option does not work | |||||||||||
Steps To Reproduce | 1- Execute OB.App.View.DialogUIHandler.askConfirmation({hideAccept: true, canDismiss: true}) in reactPos and note: 1a- The Ok button is gone 2a- The dialog can be dismissed by clicking on the 'X' or outside the popup 2- Execute OB.App.View.DialogUIHandler.askConfirmation({hideAccept: true, canDismiss: true}) in pos1 and note: 1a- The Ok button is still present - WRONG 2a- The dialog cannot be dismissed - WRONG | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Issue History | |||
Date Modified | Username | Field | Change |
2023-01-26 13:28 | caristu | New Issue | |
2023-01-26 13:28 | caristu | Assigned To | => Retail |
2023-01-26 13:28 | caristu | Triggers an Emergency Pack | => No |
2023-01-26 13:28 | caristu | Assigned To | Retail => Triage Platform Base |
Copyright © 2000 - 2009 MantisBT Group |