Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018063 | Openbravo ERP | A. Platform | public | 2011-07-22 12:24 | 2012-03-02 15:34 |
|
Reporter | pjuvara | |
Assigned To | alostale | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 3.0MP1 | |
Target Version | | Fixed in Version | 3.0MP9 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | Google Chrome |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0018063: Wrong back button is shown when no access to table is shown |
Description | When users attempt to access a window based on a table to which they do not have access, a window displaying an error message is displayed notifying them that they do not have access to the table.
This window has been "ported" from 2.50 but converted to a modal window.
In 2.50, however, the action to proceed was to go back and the window has a "Back" button.
In 3.0, as a modal window, there is nothing to go back to, so the button should say "Close" and invoke the close action.
See attachment. |
Steps To Reproduce | You can reproduce this in Butler by logging with a role of "Query Access".
In the license window, click on the audit icon. |
Proposed Solution | |
Additional Information | |
Tags | nextMP |
Relationships | related to | defect | 0019275 | | closed | alostale | Old Error message |
|
Attached Files | WrongBack button.png (110,147) 2011-07-22 12:24 https://issues.openbravo.com/file_download.php?file_id=4385&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2011-07-22 12:24 | pjuvara | New Issue | |
2011-07-22 12:24 | pjuvara | Assigned To | => alostale |
2011-07-22 12:24 | pjuvara | File Added: WrongBack button.png | |
2011-07-22 12:24 | pjuvara | Web browser | => Google Chrome |
2011-07-22 12:24 | pjuvara | Modules | => Core |
2011-08-01 11:25 | psarobe | Web browser | Google Chrome => Google Chrome |
2011-08-01 11:25 | psarobe | Status | new => scheduled |
2011-08-01 11:25 | psarobe | Target Version | => 3.0MP6 |
2011-11-15 08:41 | alostale | Tag Attached: nextMP | |
2011-11-15 08:58 | alostale | Web browser | Google Chrome => Google Chrome |
2011-11-15 08:58 | alostale | Target Version | 3.0MP6 => |
2011-12-15 08:59 | alostale | Relationship added | related to 0019275 |
2012-02-03 15:37 | hgbot | Checkin | |
2012-02-03 15:37 | hgbot | Note Added: 0044863 | |
2012-02-03 15:37 | hgbot | Status | scheduled => resolved |
2012-02-03 15:37 | hgbot | Resolution | open => fixed |
2012-02-03 15:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3840dfec4bb4f996d6b7230eec8f369754d67fde [^] |
2012-02-03 15:42 | alostale | Note Added: 0044865 | |
2012-02-28 12:22 | AugustoMauch | Note Added: 0045525 | |
2012-02-28 12:22 | AugustoMauch | Status | resolved => closed |
2012-02-28 12:22 | AugustoMauch | Fixed in Version | => 3.0MP9 |
2012-03-02 15:34 | hudsonbot | Checkin | |
2012-03-02 15:34 | hudsonbot | Note Added: 0045751 | |
Notes |
|
(0044863)
|
hgbot
|
2012-02-03 15:37
|
|
Repository: erp/devel/pi
Changeset: 3840dfec4bb4f996d6b7230eec8f369754d67fde
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Feb 03 15:36:25 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/3840dfec4bb4f996d6b7230eec8f369754d67fde [^]
fixed bug 18063, fixed bug 19275: 2.50 style popup errors
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/classic/ob-classic-compatibility.js
M src/org/openbravo/base/secureApp/ErrorPopUp.html
---
|
|
|
|
This occurs when a 2.50 style popup with an error is opened.
Now this case is detected, the popup is closed and a 3.0 message is displayed.
Additionally classic popup java ClassicOBCompatibility.Popup.open adds the IsPopupCall to the url so 2.50 code can detect it is a poup to display the proper error if needed.
It is still pending to decide how should be represented the error in case case of 2.50 windows opened in tab.
This changeset doesn't add regression risk. |
|
|
|
Code reviewed and verified |
|
|
|
|