Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0024504 | Openbravo ERP | A. Platform | public | 2013-08-07 13:31 | 2013-08-16 20:32 |
|
Reporter | dmiguelez | |
Assigned To | AugustoMauch | |
Priority | immediate | Severity | critical | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP27 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Pre packaging ( pi ) |
Regression date | 2013-07-30 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/1724b65a331a [^] |
Triggers an Emergency Pack | No |
|
Summary | 0024504: Buttons are not showing the correct name |
Description | Buttons are not showing the correct name, for example in sales invoice, the Complete/Revert/Close Button is showing APRM_ProcessInvoice instead.
This is due to this commit:
https://code.openbravo.com/erp/devel/pi/rev/1724b65a331a [^]
The name of the button is retrieved from a list, but after this commit, it does not happen when opening a window and selecting a record. |
Steps To Reproduce | Go to Sales Invoice Window.
Create a new Invoice and Complete it.
Close the Window and open it again.
Select the previous Invoice and realize that the button names are not correct. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0024403 | 3.0MP29 | closed | AugustoMauch | When the grid calls the datasource, it should not retrieve the properties that are not shown in the grid. |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-08-07 13:31 | dmiguelez | New Issue | |
2013-08-07 13:31 | dmiguelez | Assigned To | => AugustoMauch |
2013-08-07 13:31 | dmiguelez | Modules | => Core |
2013-08-07 13:31 | dmiguelez | OBNetwork customer | => No |
2013-08-07 13:31 | dmiguelez | Triggers an Emergency Pack | => No |
2013-08-07 13:32 | dmiguelez | Regression level | => Pre packaging ( pi ) |
2013-08-07 13:32 | dmiguelez | Regression date | => 2013-07-30 |
2013-08-07 13:32 | dmiguelez | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/1724b65a331a [^] |
2013-08-07 16:17 | alostale | Relationship added | related to 0024402 |
2013-08-07 16:18 | alostale | Relationship deleted | related to 0024402 |
2013-08-07 16:18 | alostale | Relationship added | related to 0024403 |
2013-08-07 16:27 | hgbot | Checkin | |
2013-08-07 16:27 | hgbot | Note Added: 0060536 | |
2013-08-07 16:27 | hgbot | Status | new => resolved |
2013-08-07 16:27 | hgbot | Resolution | open => fixed |
2013-08-07 16:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8b3d1a079183a8132c233d52b48014f492d2c530 [^] |
2013-08-08 15:25 | alostale | Review Assigned To | => AugustoMauch |
2013-08-16 08:41 | AugustoMauch | Note Added: 0060600 | |
2013-08-16 08:41 | AugustoMauch | Status | resolved => closed |
2013-08-16 08:41 | AugustoMauch | Fixed in Version | => 3.0MP27 |
2013-08-16 20:32 | hudsonbot | Checkin | |
2013-08-16 20:32 | hudsonbot | Note Added: 0060633 | |
Notes |
|
(0060536)
|
hgbot
|
2013-08-07 16:27
|
|
Repository: erp/devel/pi
Changeset: 8b3d1a079183a8132c233d52b48014f492d2c530
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Aug 07 16:26:59 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8b3d1a079183a8132c233d52b48014f492d2c530 [^]
fixed bug 24504, fixed bug 24502, related to bug 24403, related to bug 24402
Backout of fix for issue 0024403 as it creates regressions 0024504 and 0024502
---
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-view-grid.js.ftl
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFieldHandler.java
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewGridComponent.java
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js
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-view.js
---
|
|
|
|
Code reviewed and verified in pi@3fbf3113169e |
|
|
|
|