Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020286Openbravo ERPA. Platformpublic2012-04-17 10:452012-04-21 14:24
rgoris 
AugustoMauch 
normalmajoralways
closedfixed 
5
 
pi 
Core
No
0020286: Quick Launch pulldown menu only shows 1 value
After having opened the Business Partner Info tab, the next time you look at the Quick Launch menu, there is only 1 value in the dropdown available.
See attached video on pi
No tags attached.
related to defect 0019065 closed mtaal "Quick Launch" inconsistent behavior searching by some records 
? quicklaunch.avi (881,490) 2012-04-17 10:47
https://issues.openbravo.com/file_download.php?file_id=5138&type=bug
Issue History
2012-04-17 10:45rgorisNew Issue
2012-04-17 10:45rgorisAssigned To => alostale
2012-04-17 10:45rgorisModules => Core
2012-04-17 10:47rgorisFile Added: quicklaunch.avi
2012-04-18 11:28alostaleAssigned Toalostale => AugustoMauch
2012-04-19 11:04AugustoMauchRelationship addedrelated to 0019065
2012-04-19 11:53hgbotCheckin
2012-04-19 11:53hgbotNote Added: 0047739
2012-04-19 11:53hgbotStatusnew => resolved
2012-04-19 11:53hgbotResolutionopen => fixed
2012-04-19 11:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/d3fd7094b162b34c5d18fe1d0759626115e16647 [^]
2012-04-19 11:58AugustoMauchNote Added: 0047740
2012-04-20 10:08rgorisNote Added: 0047774
2012-04-20 10:08rgorisStatusresolved => closed
2012-04-20 10:08rgorisFixed in Version => pi
2012-04-20 12:44alostaleNote Added: 0047787
2012-04-21 14:24hudsonbotCheckin
2012-04-21 14:24hudsonbotNote Added: 0047841

Notes
(0047739)
hgbot   
2012-04-19 11:53   
Repository: erp/devel/pi
Changeset: d3fd7094b162b34c5d18fe1d0759626115e16647
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu Apr 19 11:52:23 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d3fd7094b162b34c5d18fe1d0759626115e16647 [^]

Fixes issue 20286: Quick launch combo shows all options

In the getPickListFilterCriteria function of ob-quick-launch.js, the function getValue() was beign used as the criteria. If no option has been previously selected in the combo, getValue() stores the text entered in the combo, otherwise it stores the title of the last window opened using the combo.
Now, the function getDisplayValue() is used for the criteria. This function retrieves the text entered in the combo, and is reset each time the combo is opened.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-quick-launch.js
---
(0047740)
AugustoMauch   
2012-04-19 11:58   
This issue was caused by a change done to fix the issue 19065. After the current fix is applied, the issue 19065 can still not be reproduced.

This is not considered a risky fix.
(0047774)
rgoris   
2012-04-20 10:08   
Tested it and it is solved now. Thanks.
(0047787)
alostale   
2012-04-20 12:44   
This fix partially backouts change done for 0019065. Can you confirm this is correct and it was incorrectly added by #0019065?
(0047841)
hudsonbot   
2012-04-21 14:24   
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/2eb57286c1fc [^]

Maturity status: Test