Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020293Openbravo ERPB. User interfacepublic2012-04-17 20:352012-09-16 20:02
dbaz 
dbaz 
normalmajoralways
closedfixed 
5
 
 
guilleaer
Core
No
0020293: [SC Upgrade] FK grid column filter displays [object Object] in selectors after upgrade to SC 8.3d 2012-03-12 (or later)
FK grid column filter displays [object Object] in selectors after upgrade to SC 8.3d 2012-03-12 (or later)

Also in "Product" selector some columns content is missing.
With an instance upgraded to Smartclient 8.3d 2012-03-12 (or later)
Login into the application.
Open "Goods Receipt window
Create a header and go to "Lines"

Notice that "Storage Bin" column filter now displays [object Object]
Notice that "Search Key" and "Name" columns content are shown empty

Wrong.png is as it is shown
Goog.png is as it should be shown
No tags attached.
duplicate of design defect 0020297 closed dbaz [SC Upgrade] name and searchkey empty in product selector popup 
related to design defect 00200553.0MP12 closed dbaz [SC Upgrade] "Alerts" window "Alert Rule" column filter displays [object Object] after upgrade to SC 8.3d 2012-03-12 (or later) 
depends on 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) 
png Good.png (114,133) 2012-04-17 20:36
https://issues.openbravo.com/file_download.php?file_id=5141&type=bug
png

png Wrong.png (96,854) 2012-04-17 22:52
https://issues.openbravo.com/file_download.php?file_id=5143&type=bug
png
Issue History
2012-04-17 20:35dbazNew Issue
2012-04-17 20:35dbazAssigned To => dbaz
2012-04-17 20:35dbazModules => Core
2012-04-17 20:35dbazRelationship addedrelated to 0020055
2012-04-17 20:35dbazRelationship addeddepends on 0020062
2012-04-17 20:36dbazFile Added: Good.png
2012-04-17 20:36dbazFile Added: Wrong.png
2012-04-17 20:36dbazSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=3374#r3374
2012-04-17 22:52dbazFile Deleted: Wrong.png
2012-04-17 22:52dbazFile Added: Wrong.png
2012-04-17 22:55dbazNote Added: 0047686
2012-04-17 22:56dbazNote Edited: 0047686bug_revision_view_page.php?bugnote_id=0047686#r3376
2012-04-23 00:47mtaalRelationship addedduplicate of 0020297
2012-04-23 00:47mtaalStatusnew => scheduled
2012-04-23 00:47mtaalNote Added: 0047862
2012-04-23 00:47mtaalfix_in_branch => pi
2012-04-23 00:48mtaalNote Added: 0047863
2012-04-23 00:48mtaalStatusscheduled => resolved
2012-04-23 00:48mtaalFixed in SCM revision => e163ad46f5d7
2012-04-23 00:48mtaalResolutionopen => fixed
2012-04-23 19:00dbazNote Added: 0047893
2012-04-23 19:00dbazStatusresolved => new
2012-04-23 19:00dbazResolutionfixed => open
2012-05-02 22:14hgbotCheckin
2012-05-02 22:14hgbotNote Added: 0048282
2012-05-03 01:00dbazStatusnew => scheduled
2012-05-03 01:01dbazStatusscheduled => resolved
2012-05-03 01:01dbazFixed in SCM revisione163ad46f5d7 => https://code.openbravo.com/erp/devel/pi/rev/e163ad46f5d72bfadf04e3119240a21af70f8aca [^]
2012-05-03 01:01dbazResolutionopen => fixed
2012-05-21 18:21guilleaerNote Added: 0048829
2012-05-21 18:21guilleaerStatusresolved => closed
2012-05-21 18:21guilleaerFixed in Version => pi
2012-05-25 12:08hudsonbotCheckin
2012-05-25 12:08hudsonbotNote Added: 0048976
2012-05-25 18:04guilleaerAssigned Todbaz => guilleaer
2012-05-25 18:04guilleaerNote Added: 0049265
2012-05-25 18:04guilleaerStatusclosed => new
2012-05-25 18:04guilleaerResolutionfixed => open
2012-05-25 18:04guilleaerFixed in Versionpi =>
2012-05-25 18:04guilleaerStatusnew => scheduled
2012-05-25 18:04guilleaerNote Added: 0049266
2012-05-25 18:04guilleaerNote Added: 0049267
2012-05-25 18:04guilleaerStatusscheduled => resolved
2012-05-25 18:04guilleaerFixed in Version => 3.0MP12
2012-05-25 18:04guilleaerResolutionopen => fixed
2012-05-25 18:05guilleaerNote Added: 0049268
2012-05-25 18:05guilleaerStatusresolved => closed
2012-09-16 20:02guilleaerAssigned Toguilleaer => dbaz
2012-09-16 20:02guilleaerStatusclosed => new
2012-09-16 20:02guilleaerResolutionfixed => open
2012-09-16 20:02guilleaerFixed in Version3.0MP12 =>
2012-09-16 20:02guilleaerStatusnew => scheduled
2012-09-16 20:02guilleaerStatusscheduled => resolved
2012-09-16 20:02guilleaerResolutionopen => fixed
2012-09-16 20:02guilleaerClosed by => guilleaer
2012-09-16 20:02guilleaerStatusresolved => closed

Notes
(0047686)
dbaz   
2012-04-17 22:55   
(edited on: 2012-04-17 22:56)
Inserting in ob-selector-item.js at line 206

      if (gridField.filterEditorType === 'OBFKFilterTextItem') {
        gridField.filterEditorProperties.displayField = gridField.name + "." + OB.Constants.IDENTIFIER;
        gridField.filterEditorProperties.valueField = gridField.name + "." + OB.Constants.IDENTIFIER;
      }

the [object Object] is removed from "Attribute Set Value" column, but not for "Storage Bin" column

The "Search Key" and "Name" missing values issue still is there.

(0047862)
mtaal   
2012-04-23 00:47   
.
(0047863)
mtaal   
2012-04-23 00:48   
Fixed by same commit as for 2097:
https://code.openbravo.com/erp/devel/pi-rtl/rev/e163ad46f5d7 [^]
(0047893)
dbaz   
2012-04-23 19:00   
It will be automatically closed when merged to pi. Before that, it should not figure as "resolved" since the fix is not ready in pi
(0048282)
hgbot   
2012-05-02 22:14   
Repository: erp/devel/pi
Changeset: 2b7a38d9418c0321170eb1bae84f20ac48c1ac98
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon Apr 23 19:11:18 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2b7a38d9418c0321170eb1bae84f20ac48c1ac98 [^]

Related to issue 20062: Reverted fix since it is not needed anymore
due to issue 20293 fixes it too

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
(0048829)
guilleaer   
2012-05-21 18:21   
verified in pi@87340d8f38a3
(0048976)
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
(0049265)
guilleaer   
2012-05-25 18:04   
Changing Fixed in Version to 3.0MP12
(0049266)
guilleaer   
2012-05-25 18:04   
Changing Fixed in Version to 3.0MP12
(0049267)
guilleaer   
2012-05-25 18:04   
Changing Fixed in Version to 3.0MP12
(0049268)
guilleaer   
2012-05-25 18:05   
Changing Fixed in Version to 3.0MP12