Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0025633 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | always | 2014-02-03 09:20 | 2014-02-12 18:29 | |||
Reporter | caristu | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR14Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 605075795401 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | dbaz | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 26338 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0025633: Grid configuration don't behave correctly on fields that have a filter drop-down | |||||||
Description | After setting a iStartsWith default filter on a tab, if we use another filter expression on a field that has a filter drop-down and after that we select a record, the filter automatically gets converted to the default filter and the filtered results disappear. | |||||||
Steps To Reproduce | 1) As system administrator, go to [Grid Configuration at Window/Tab/Field Level] and configure the header of the [Sales Invoice] window to use the iStartsWith filter as default filter. 2) As group admin role, navigate to the [Sales Invoice] window 3) Use a "contains" filter criteria on the "Organization" field. For example, ~Norte. It works fine. 4) Select one of the filtered records. The results disappear and the filter criteria has been replaced with ^Norte (startsWith) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0063856) hgbot (developer) 2014-02-03 12:38 |
Repository: erp/devel/pi Changeset: 6050757954012956c037f67a27d4fc5f1b1867e8 Author: Augusto Mauch <augusto.mauch <at> openbravo.com> Date: Mon Feb 03 12:38:14 2014 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/6050757954012956c037f67a27d4fc5f1b1867e8 [^] Fixes issue 25633: Symbol of default operator is not shown The problem was that even though the operator of the column was iStartsWith this.getOperator() returned iContains. That meant the iContains was considered the default operator. The default operator symbol is not shown in the filter, that is why the '~' (iContains symbol) was removed after filtering. Then, if the grid was filtered again there was no explicit operator, so the operator defined in the grid configuration was used. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-fk-filter.js --- |
(0063904) dbaz (viewer) 2014-02-04 20:29 |
Reviewed @ changeset: 21915 - 5915bbb61611 |
(0064148) hudsonbot (viewer) 2014-02-12 18:29 |
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/d1a5bb862230 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2014-02-03 09:20 | caristu | New Issue | |
2014-02-03 09:20 | caristu | Assigned To | => AugustoMauch |
2014-02-03 09:20 | caristu | Modules | => Core |
2014-02-03 09:20 | caristu | OBNetwork customer | => Yes |
2014-02-03 09:20 | caristu | Support ticket | => 26338 |
2014-02-03 09:20 | caristu | Triggers an Emergency Pack | => No |
2014-02-03 09:20 | caristu | Issue Monitored: networkb | |
2014-02-03 09:20 | caristu | version | => pi |
2014-02-03 12:37 | AugustoMauch | Issue Monitored: dbaz | |
2014-02-03 12:37 | AugustoMauch | Review Assigned To | => dbaz |
2014-02-03 12:38 | hgbot | Checkin | |
2014-02-03 12:38 | hgbot | Note Added: 0063856 | |
2014-02-03 12:38 | hgbot | Status | new => resolved |
2014-02-03 12:38 | hgbot | Resolution | open => fixed |
2014-02-03 12:38 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6050757954012956c037f67a27d4fc5f1b1867e8 [^] |
2014-02-04 20:29 | dbaz | Note Added: 0063904 | |
2014-02-04 20:29 | dbaz | Status | resolved => closed |
2014-02-04 20:29 | dbaz | Fixed in Version | => 3.0MP32 |
2014-02-12 18:29 | hudsonbot | Checkin | |
2014-02-12 18:29 | hudsonbot | Note Added: 0064148 |
Copyright © 2000 - 2009 MantisBT Group |