Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020055Openbravo ERPB. User interfacepublic2012-03-19 23:562012-09-16 19:57
dbaz 
dbaz 
highminoralways
closedfixed 
5
 
3.0MP12 
guilleaer
Core
No
0020055: [SC Upgrade] "Alerts" window "Alert Rule" column filter displays [object Object] after upgrade to SC 8.3d 2012-03-12 (or later)
"Alerts" window "Alert Rule" column filter displays [object Object] after upgrade to SC 8.3d 2012-03-12 (or later)
With an instance upgraded to Smartclient 8.3d 2012-03-12 (or later)
Login into the application.
Open "Alerts" window (the link in the navigation bar)
Write anything in "Alert" column filter.
Notice that "Alert Rule" column filter now displays [object Object]
The following diff seems that fix the problem:

diff --git a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js
--- a/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js
+++ b/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js
@@ -51,6 +51,7 @@
     name: 'alertRule',
     title: OB.I18N.getLabel('OBUIAPP_AlertGrid_AlertRule'),
     displayField: 'alertRule._identifier',
+ valueField: 'alertRule._identifier',
     canFilter: true,
     canEdit: false,
     filterOnKeypress: true,
No tags attached.
related to design defect 00200623.0MP12 closed dbaz [SC Upgrade] FK grid column filter displays [object Object] after upgrade to SC 8.3d 2012-03-12 (or later) 
related to design defect 0020293 closed dbaz [SC Upgrade] FK grid column filter displays [object Object] in selectors after upgrade to SC 8.3d 2012-03-12 (or later) 
Issue History
2012-03-19 23:56dbazNew Issue
2012-03-19 23:56dbazAssigned To => dbaz
2012-03-19 23:56dbazModules => Core
2012-03-20 14:35dbazRelationship addedrelated to 0020062
2012-04-08 23:30dbazNote Added: 0047405
2012-04-17 20:35dbazRelationship addedrelated to 0020293
2012-05-02 22:06hgbotCheckin
2012-05-02 22:06hgbotNote Added: 0048266
2012-05-02 22:06hgbotStatusnew => resolved
2012-05-02 22:06hgbotResolutionopen => fixed
2012-05-02 22:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/d3db46c7c70a0cc48ef07110d4c44ba0e9a31db8 [^]
2012-05-21 17:16guilleaerNote Added: 0048816
2012-05-21 17:16guilleaerStatusresolved => closed
2012-05-21 17:16guilleaerFixed in Version => pi
2012-05-25 12:08hudsonbotCheckin
2012-05-25 12:08hudsonbotNote Added: 0048960
2012-05-25 17:58guilleaerAssigned Todbaz => guilleaer
2012-05-25 17:58guilleaerNote Added: 0049241
2012-05-25 17:58guilleaerStatusclosed => new
2012-05-25 17:58guilleaerResolutionfixed => open
2012-05-25 17:58guilleaerFixed in Versionpi =>
2012-05-25 17:58guilleaerStatusnew => scheduled
2012-05-25 17:58guilleaerNote Added: 0049242
2012-05-25 17:58guilleaerfix_in_branch => pi
2012-05-25 17:58guilleaerNote Added: 0049243
2012-05-25 17:58guilleaerStatusscheduled => resolved
2012-05-25 17:58guilleaerFixed in Version => 3.0MP12
2012-05-25 17:58guilleaerResolutionopen => fixed
2012-05-25 17:58guilleaerNote Added: 0049244
2012-05-25 17:58guilleaerStatusresolved => closed
2012-09-16 19:57guilleaerAssigned Toguilleaer => dbaz
2012-09-16 19:57guilleaerStatusclosed => new
2012-09-16 19:57guilleaerResolutionfixed => open
2012-09-16 19:57guilleaerFixed in Version3.0MP12 =>
2012-09-16 19:57guilleaerStatusnew => scheduled
2012-09-16 19:57guilleaerStatusscheduled => resolved
2012-09-16 19:57guilleaerResolutionopen => fixed
2012-09-16 19:57guilleaerClosed by => guilleaer
2012-09-16 19:57guilleaerStatusresolved => closed

Notes
(0047405)
dbaz   
2012-04-08 23:30   
Resolved, by the moment, in branch pi-rtl

https://code.openbravo.com/erp/devel/pi-rtl/rev/d3db46c7c70a [^]

The code-review can be already done, but the issue closure once pi-rtl be merged with pi (estimated by MP12)
(0048266)
hgbot   
2012-05-02 22:06   
Repository: erp/devel/pi
Changeset: d3db46c7c70a0cc48ef07110d4c44ba0e9a31db8
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Sun Apr 08 23:29:12 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d3db46c7c70a0cc48ef07110d4c44ba0e9a31db8 [^]

Fixed issue 20055: 'Alerts' window 'Alert Rule' column filter works ok again after upgrading to SC 8.3

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/alert-management/ob-alert-grid.js
---
(0048816)
guilleaer   
2012-05-21 17:16   
verified in pi@87340d8f38a3
(0048960)
hudsonbot   
2012-05-25 12:08   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/5401e185a8b0 [^]

Maturity status: Test
(0049241)
guilleaer   
2012-05-25 17:58   
Changing Fixed in Version to 3.0MP12
(0049242)
guilleaer   
2012-05-25 17:58   
Changing Fixed in Version to 3.0MP12
(0049243)
guilleaer   
2012-05-25 17:58   
Changing Fixed in Version to 3.0MP12
(0049244)
guilleaer   
2012-05-25 17:58   
Changing Fixed in Version to 3.0MP12