Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0022727 | Openbravo ERP | A. Platform | public | 2013-01-03 19:33 | 2013-01-14 18:59 |
|
Reporter | ngarcia | |
Assigned To | AugustoMauch | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 18748 |
Regression level | Production - Confirmed Stable |
Regression date | 2012-10-08 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/ee9c755796d8c44962aa09ea9ce885cd3d60f485 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0022727: Status bar fields not shown when saving a view in grid view |
Description | Status bar fields not shown when saving a view in grid view |
Steps To Reproduce | As group admin role:
Go to Sales Order screen
Delete the Currency column from the grid
Save View
Notice that the status bar fields disappear when opening a record in form view
Change to the standard view again and check that the status bar fields remain hidden |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-01-03 19:33 | ngarcia | New Issue | |
2013-01-03 19:33 | ngarcia | Assigned To | => AugustoMauch |
2013-01-03 19:33 | ngarcia | Modules | => Core |
2013-01-03 19:33 | ngarcia | OBNetwork customer | => Yes |
2013-01-03 19:33 | ngarcia | Support ticket | => 18748 |
2013-01-03 19:33 | ngarcia | Resolution time | => 1357513200 |
2013-01-03 19:33 | ngarcia | Triggers an Emergency Pack | => No |
2013-01-03 19:33 | ngarcia | Issue Monitored: networkb | |
2013-01-03 19:55 | ngarcia | Summary | Status bar fields not shown when saving a view => Status bar fields not shown when saving a view in grid view |
2013-01-03 19:55 | ngarcia | Description Updated | bug_revision_view_page.php?rev_id=4247#r4247 |
2013-01-03 19:55 | ngarcia | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=4249#r4249 |
2013-01-03 19:59 | ngarcia | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=4250#r4250 |
2013-01-11 08:15 | shankarb | Assigned To | AugustoMauch => shankarb |
2013-01-11 11:35 | ngarcia | version | => pi |
2013-01-11 11:53 | ngarcia | Regression level | => Production - Confirmed Stable |
2013-01-11 11:53 | ngarcia | Note Added: 0055478 | |
2013-01-11 14:37 | AugustoMauch | Assigned To | shankarb => AugustoMauch |
2013-01-11 14:37 | AugustoMauch | Regression date | => 2012-10-08 |
2013-01-11 14:37 | AugustoMauch | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/ee9c755796d8c44962aa09ea9ce885cd3d60f485 [^] |
2013-01-11 15:16 | AugustoMauch | Issue Monitored: shankarb | |
2013-01-11 15:17 | AugustoMauch | Review Assigned To | => shankarb |
2013-01-11 15:17 | hgbot | Checkin | |
2013-01-11 15:17 | hgbot | Note Added: 0055491 | |
2013-01-11 15:17 | hgbot | Status | new => resolved |
2013-01-11 15:17 | hgbot | Resolution | open => fixed |
2013-01-11 15:17 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/90784c1f2600bfb02c9d01e0d23a5f927f624f72 [^] |
2013-01-11 16:30 | shankarb | Note Added: 0055492 | |
2013-01-11 16:30 | shankarb | Status | resolved => closed |
2013-01-11 16:30 | shankarb | Fixed in Version | => pi |
2013-01-14 18:59 | hudsonbot | Checkin | |
2013-01-14 18:59 | hudsonbot | Note Added: 0055511 | |
Notes |
|
|
I have been able to reproduce it in 3.0MP17.2 but not in 3.0MP16.3 |
|
|
(0055491)
|
hgbot
|
2013-01-11 15:17
|
|
Repository: erp/devel/pi
Changeset: 90784c1f2600bfb02c9d01e0d23a5f927f624f72
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Jan 11 15:16:34 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/90784c1f2600bfb02c9d01e0d23a5f927f624f72 [^]
Fixes issue 22727: Status bar fields are shown even with a default saved view
Before the fix, the hiddeninform property was used in the statusbar fields personalization to decide if they should be shown. But this property was set to true for all statusbar fields to prevent them from showing in the form, so this check has been removed.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-personalization.js
---
|
|
|
(0055492)
|
shankarb
|
2013-01-11 16:30
|
|
Code reviewed and tested in pi @ changeset 95e35cbee312 |
|
|
|
|