Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0020293
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Openbravo ERP] B. User interfacemajoralways2012-04-17 20:352012-09-16 20:02
ReporterdbazView Statuspublic 
Assigned Todbaz 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revisione163ad46f5d7
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toguilleaer
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0020293: [SC Upgrade] FK grid column filter displays [object Object] in selectors after upgrade to SC 8.3d 2012-03-12 (or later)

DescriptionFK 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.
Steps To ReproduceWith 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
TagsNo tags attached.
Attached Filespng file icon Good.png [^] (114,133 bytes) 2012-04-17 20:36


png file icon Wrong.png [^] (96,854 bytes) 2012-04-17 22:52

- Relationships Relation Graph ] Dependency Graph ]
duplicate of design defect 0020297 closeddbaz [SC Upgrade] name and searchkey empty in product selector popup 
related to design defect 00200553.0MP12 closeddbaz [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 closeddbaz [SC Upgrade] FK grid column filter displays [object Object] after upgrade to SC 8.3d 2012-03-12 (or later) 

-  Notes
(0047686)
dbaz (developer)
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 (manager)
2012-04-23 00:47

.
(0047863)
mtaal (manager)
2012-04-23 00:48

Fixed by same commit as for 2097:
https://code.openbravo.com/erp/devel/pi-rtl/rev/e163ad46f5d7 [^]
(0047893)
dbaz (developer)
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 (developer)
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 (developer)
2012-05-21 18:21

verified in pi@87340d8f38a3
(0048976)
hudsonbot (developer)
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 (developer)
2012-05-25 18:04

Changing Fixed in Version to 3.0MP12
(0049266)
guilleaer (developer)
2012-05-25 18:04

Changing Fixed in Version to 3.0MP12
(0049267)
guilleaer (developer)
2012-05-25 18:04

Changing Fixed in Version to 3.0MP12
(0049268)
guilleaer (developer)
2012-05-25 18:05

Changing Fixed in Version to 3.0MP12

- Issue History
Date Modified Username Field Change
2012-04-17 20:35 dbaz New Issue
2012-04-17 20:35 dbaz Assigned To => dbaz
2012-04-17 20:35 dbaz Modules => Core
2012-04-17 20:35 dbaz Relationship added related to 0020055
2012-04-17 20:35 dbaz Relationship added depends on 0020062
2012-04-17 20:36 dbaz File Added: Good.png
2012-04-17 20:36 dbaz File Added: Wrong.png
2012-04-17 20:36 dbaz Steps to Reproduce Updated View Revisions
2012-04-17 22:52 dbaz File Deleted: Wrong.png
2012-04-17 22:52 dbaz File Added: Wrong.png
2012-04-17 22:55 dbaz Note Added: 0047686
2012-04-17 22:56 dbaz Note Edited: 0047686 View Revisions
2012-04-23 00:47 mtaal Relationship added duplicate of 0020297
2012-04-23 00:47 mtaal Status new => scheduled
2012-04-23 00:47 mtaal Note Added: 0047862
2012-04-23 00:47 mtaal fix_in_branch => pi
2012-04-23 00:48 mtaal Note Added: 0047863
2012-04-23 00:48 mtaal Status scheduled => resolved
2012-04-23 00:48 mtaal Fixed in SCM revision => e163ad46f5d7
2012-04-23 00:48 mtaal Resolution open => fixed
2012-04-23 19:00 dbaz Note Added: 0047893
2012-04-23 19:00 dbaz Status resolved => new
2012-04-23 19:00 dbaz Resolution fixed => open
2012-05-02 22:14 hgbot Checkin
2012-05-02 22:14 hgbot Note Added: 0048282
2012-05-03 01:00 dbaz Status new => scheduled
2012-05-03 01:01 dbaz Status scheduled => resolved
2012-05-03 01:01 dbaz Fixed in SCM revision e163ad46f5d7 => https://code.openbravo.com/erp/devel/pi/rev/e163ad46f5d72bfadf04e3119240a21af70f8aca [^]
2012-05-03 01:01 dbaz Resolution open => fixed
2012-05-21 18:21 guilleaer Note Added: 0048829
2012-05-21 18:21 guilleaer Status resolved => closed
2012-05-21 18:21 guilleaer Fixed in Version => pi
2012-05-25 12:08 hudsonbot Checkin
2012-05-25 12:08 hudsonbot Note Added: 0048976
2012-05-25 18:04 guilleaer Assigned To dbaz => guilleaer
2012-05-25 18:04 guilleaer Note Added: 0049265
2012-05-25 18:04 guilleaer Status closed => new
2012-05-25 18:04 guilleaer Resolution fixed => open
2012-05-25 18:04 guilleaer Fixed in Version pi =>
2012-05-25 18:04 guilleaer Status new => scheduled
2012-05-25 18:04 guilleaer Note Added: 0049266
2012-05-25 18:04 guilleaer Note Added: 0049267
2012-05-25 18:04 guilleaer Status scheduled => resolved
2012-05-25 18:04 guilleaer Fixed in Version => 3.0MP12
2012-05-25 18:04 guilleaer Resolution open => fixed
2012-05-25 18:05 guilleaer Note Added: 0049268
2012-05-25 18:05 guilleaer Status resolved => closed
2012-09-16 20:02 guilleaer Assigned To guilleaer => dbaz
2012-09-16 20:02 guilleaer Status closed => new
2012-09-16 20:02 guilleaer Resolution fixed => open
2012-09-16 20:02 guilleaer Fixed in Version 3.0MP12 =>
2012-09-16 20:02 guilleaer Status new => scheduled
2012-09-16 20:02 guilleaer Status scheduled => resolved
2012-09-16 20:02 guilleaer Resolution open => fixed
2012-09-16 20:02 guilleaer Closed by => guilleaer
2012-09-16 20:02 guilleaer Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker