Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020286 | Openbravo ERP | A. Platform | public | 2012-04-17 10:45 | 2012-04-21 14:24 |
|
Reporter | rgoris | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0020286: Quick Launch pulldown menu only shows 1 value |
Description | 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. |
Steps To Reproduce | See attached video on pi |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0019065 | | closed | mtaal | "Quick Launch" inconsistent behavior searching by some records |
|
Attached Files | quicklaunch.avi (881,490) 2012-04-17 10:47 https://issues.openbravo.com/file_download.php?file_id=5138&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2012-04-17 10:45 | rgoris | New Issue | |
2012-04-17 10:45 | rgoris | Assigned To | => alostale |
2012-04-17 10:45 | rgoris | Modules | => Core |
2012-04-17 10:45 | rgoris | OBNetwork customer | => No |
2012-04-17 10:47 | rgoris | File Added: quicklaunch.avi | |
2012-04-18 11:28 | alostale | Assigned To | alostale => AugustoMauch |
2012-04-19 11:04 | AugustoMauch | Relationship added | related to 0019065 |
2012-04-19 11:53 | hgbot | Checkin | |
2012-04-19 11:53 | hgbot | Note Added: 0047739 | |
2012-04-19 11:53 | hgbot | Status | new => resolved |
2012-04-19 11:53 | hgbot | Resolution | open => fixed |
2012-04-19 11:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d3fd7094b162b34c5d18fe1d0759626115e16647 [^] |
2012-04-19 11:58 | AugustoMauch | Note Added: 0047740 | |
2012-04-20 10:08 | rgoris | Note Added: 0047774 | |
2012-04-20 10:08 | rgoris | Status | resolved => closed |
2012-04-20 10:08 | rgoris | Fixed in Version | => pi |
2012-04-20 12:44 | alostale | Note Added: 0047787 | |
2012-04-21 14:24 | hudsonbot | Checkin | |
2012-04-21 14:24 | hudsonbot | Note 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
---
|
|
|
|
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. |
|
|
|
This fix partially backouts change done for 0019065. Can you confirm this is correct and it was incorrectly added by #0019065? |
|
|
|
|