Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0021216 | Openbravo ERP | A. Platform | public | 2012-07-26 12:12 | 2012-07-28 01:23 |
|
Reporter | AugustoMauch | |
Assigned To | alostale | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | Professional Appliance |
Product Version | pi | |
Target Version | | Fixed in Version | 3.0MP14 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | Google Chrome |
Modules | Core |
Support ticket | |
Regression level | Production - QA Approved |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0021216: Wrong grid buttons shown when moving to another line from a field with a callout |
Description | If the user is editing the grid, and moves to another row right after modifying the value of a field that has a callout, the left side buttons of the new row will be the wrong ones. Instead of showing the Cancel and Save buttons, the Open in form and Edit in grid buttons are shown. |
Steps To Reproduce | Open Sales Order
- Create a new sales order
- Create two lines in the grid view.
- Open the first one in edit mode in the grid
- Change the quantity and push the down arrow button.
- The second line will open in edit mode, but the left side buttons will be the wrong ones. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-07-26 12:12 | AugustoMauch | New Issue | |
2012-07-26 12:12 | AugustoMauch | Assigned To | => alostale |
2012-07-26 12:12 | AugustoMauch | Web browser | => Google Chrome |
2012-07-26 12:12 | AugustoMauch | Modules | => Core |
2012-07-26 12:12 | AugustoMauch | OBNetwork customer | => No |
2012-07-26 13:12 | AugustoMauch | Web browser | Google Chrome => Google Chrome |
2012-07-26 13:12 | AugustoMauch | Regression level | => Pre packaging ( pi ) |
2012-07-26 13:12 | AugustoMauch | Priority | normal => immediate |
2012-07-27 10:55 | AugustoMauch | Web browser | Google Chrome => Google Chrome |
2012-07-27 10:55 | AugustoMauch | Regression level | Pre packaging ( pi ) => Production - QA Approved |
2012-07-27 10:55 | AugustoMauch | Note Added: 0050930 | |
2012-07-27 12:34 | hgbot | Checkin | |
2012-07-27 12:34 | hgbot | Note Added: 0050936 | |
2012-07-27 12:34 | hgbot | Status | new => resolved |
2012-07-27 12:34 | hgbot | Resolution | open => fixed |
2012-07-27 12:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f119181062afd64325174017d828c70f82db1f83 [^] |
2012-07-27 16:56 | mtaal | Note Added: 0050957 | |
2012-07-27 16:56 | mtaal | Status | resolved => closed |
2012-07-27 16:56 | mtaal | Fixed in Version | => 3.0MP14 |
2012-07-28 01:23 | hudsonbot | Checkin | |
2012-07-28 01:23 | hudsonbot | Note Added: 0050962 | |
Notes |
|
|
The regression was introduced in MP12. |
|
|
(0050936)
|
hgbot
|
2012-07-27 12:34
|
|
Repository: erp/devel/pi
Changeset: f119181062afd64325174017d828c70f82db1f83
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Jul 27 12:32:57 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f119181062afd64325174017d828c70f82db1f83 [^]
Fixes issue 21216: Now the proper grid buttons are shown
The toggleProgressIcon function was given for granted that when it was called the Show in form / Edit in grid buttons were visible. However, if the user modifies a field with a callout and presses the down arrow key, this function will be called with the Cancel / Save button visible. Now, it can be called in either of both states.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
(0050957)
|
mtaal
|
2012-07-27 16:56
|
|
|
|
|
|