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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0019943
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] B. User interfaceminoralways2012-03-05 15:352012-08-23 14:10
ReporterAlexey SivolapovView Statuspublic 
Assigned ToAugustoMauch 
PrioritylowResolutionfixedFixed in Version3.0MP15
StatusclosedFix in branchFixed in SCM revision39e953973e56
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Todbaz
Web browser
ModulesUser Interface Application
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0019943: Implicit filter is automatically cleaned

DescriptionImplicit 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 Reproduce1) 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 Solutionorg.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);
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0046068)
Alexey Sivolapov (reporter)
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 (developer)
2012-08-23 14:10

Reviewed @ changeset: 17752 - f1c506df75cd

- Issue History
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 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
Powered by Mantis Bugtracker