Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0021249 | Openbravo ERP | A. Platform | public | 2012-07-30 13:25 | 2012-08-09 13:07 |
|
Reporter | AugustoMauch | |
Assigned To | mtaal | |
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Professional Appliance |
Product Version | | |
Target Version | 3.0MP14 | Fixed in Version | 3.0MP14 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Production - QA Approved |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/f060d41ab218 [^] |
Triggers an Emergency Pack | yes |
|
Summary | 0021249: Wrong grid layout when restoring original view in grid |
Description | If a view is created and set as default, and then the window is closed and opened again, the grid layout will break when restoring the standard view |
Steps To Reproduce | - Open Unit of Measure window
- Hide the EDI Code column
- Save the view as TEST, and check the Set as Default checkbox
- Close the window, open it again
- Click on the Save View button and select the Standard View
- The grid layout will be broken |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-07-30 13:25 | AugustoMauch | New Issue | |
2012-07-30 13:25 | AugustoMauch | Assigned To | => AugustoMauch |
2012-07-30 13:25 | AugustoMauch | Modules | => Core |
2012-07-30 13:25 | AugustoMauch | OBNetwork customer | => No |
2012-07-31 12:11 | AugustoMauch | Regression level | => Production - QA Approved |
2012-07-31 12:11 | AugustoMauch | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/f060d41ab218 [^] |
2012-07-31 13:06 | AugustoMauch | Note Added: 0051030 | |
2012-07-31 13:06 | AugustoMauch | Assigned To | AugustoMauch => dbaz |
2012-07-31 13:08 | AugustoMauch | Assigned To | dbaz => mtaal |
2012-07-31 15:21 | hgbot | Checkin | |
2012-07-31 15:21 | hgbot | Note Added: 0051032 | |
2012-07-31 15:21 | hgbot | Status | new => resolved |
2012-07-31 15:21 | hgbot | Resolution | open => fixed |
2012-07-31 15:21 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f9d149854a7f0267290d0d3da8e34e31f16e78e1 [^] |
2012-07-31 16:04 | AugustoMauch | Note Added: 0051033 | |
2012-07-31 16:04 | AugustoMauch | Status | resolved => closed |
2012-07-31 16:04 | AugustoMauch | Fixed in Version | => 3.0MP14 |
2012-08-09 13:07 | hudsonbot | Checkin | |
2012-08-09 13:07 | hudsonbot | Note Added: 0051203 | |
Notes |
|
|
|
|
(0051032)
|
hgbot
|
2012-07-31 15:21
|
|
Repository: erp/devel/pi
Changeset: f9d149854a7f0267290d0d3da8e34e31f16e78e1
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Jul 31 15:20:54 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f9d149854a7f0267290d0d3da8e34e31f16e78e1 [^]
Fixes issue 21249: Wrong grid layout when restoring original view in grid
Filtereditor had focus, unfocus during set viewstate resulted in an error because
the filtereditor was using an old field definition, resolve by resetting focus
and then recomputing it after viewstate. Recompute focus after viewstate needs to
be done anyway as the setviewstate can have removed the current focus field.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
---
|
|
|
|
Code reviewed and verified in pi@f9d149854a7f |
|
|
|
|