Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0019943 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] B. User interface | minor | always | 2012-03-05 15:35 | 2012-08-23 14:10 | |||
Reporter | Alexey Sivolapov | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | low | Resolution | fixed | Fixed in Version | 3.0MP15 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 39e953973e56 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | dbaz | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | User Interface Application | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0019943: Implicit filter is automatically cleaned | |||||||
Description | Implicit filter is automatically cleaned after a record in parent tab was selected (number of records in parent tab MUST be more then 1). | |||||||
Steps To Reproduce | 1) Create multi-tab window 2) Set sql + hql filter clauses for child tab 3) Comlile tab, restart Apache 4) Open created window, select any record in parent tab | |||||||
Proposed Solution | org.openbravo.client.application/js/main/ob-standard-view.js 761. if (this.viewGrid.filterEditor) { 762. this.viewGrid.clearFilter(false, true); 763. } Replace parameters of 'clearFilter' method to: this.viewGrid.clearFilter(true, false); | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0046068) Alexey Sivolapov (viewer) 2012-03-06 09:11 |
*Change parameters of 'clearFilter' method to: this.viewGrid.clearFilter(true, true); |
(0051420) hgbot (developer) 2012-08-21 11:14 |
Repository: erp/devel/pi Changeset: 39e953973e56a3c5d886f8d75acf82942b9129c5 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Tue Aug 21 11:13:24 2012 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/39e953973e56a3c5d886f8d75acf82942b9129c5 [^] Fixes issue 19943: Implicit filters not cleared when the tab is refreshed Due to a call to clearFilter with the wrong parameters, the implicit filters of the tab were being cleared each time the tab was refreshed. This has been fixed by calling clearFilter with the keepFilterClause parameter set to true. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js --- |
(0051504) dbaz (viewer) 2012-08-23 14:10 |
Reviewed @ changeset: 17752 - f1c506df75cd |
![]() |
|||
Date Modified | Username | Field | Change |
2012-03-05 15:35 | Alexey Sivolapov | New Issue | |
2012-03-05 15:35 | Alexey Sivolapov | Assigned To | => dbaz |
2012-03-05 15:35 | Alexey Sivolapov | Modules | => User Interface Application |
2012-03-06 09:11 | Alexey Sivolapov | Note Added: 0046068 | |
2012-08-14 15:04 | AugustoMauch | Assigned To | dbaz => AugustoMauch |
2012-08-21 11:14 | AugustoMauch | Closed by | => dbaz |
2012-08-21 11:14 | AugustoMauch | OBNetwork customer | => No |
2012-08-21 11:14 | hgbot | Checkin | |
2012-08-21 11:14 | hgbot | Note Added: 0051420 | |
2012-08-21 11:14 | hgbot | Status | new => resolved |
2012-08-21 11:14 | hgbot | Resolution | open => fixed |
2012-08-21 11:14 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/39e953973e56a3c5d886f8d75acf82942b9129c5 [^] |
2012-08-23 14:10 | dbaz | Note Added: 0051504 | |
2012-08-23 14:10 | dbaz | Status | resolved => closed |
2012-08-23 14:10 | dbaz | Fixed in Version | => 3.0MP15 |
Copyright © 2000 - 2009 MantisBT Group |