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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0018767
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformmajoralways2011-10-13 09:142011-10-25 10:42
ReporterrgorisView Statuspublic 
Assigned Tomtaal 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revisionpi
ProjectionnoneETAnoneTarget Version3.0MP4
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0018767: More filter expressions that do not work

Description!^ (does not start with) e.g. !^H ->does not work
!@ (does not end with) e.g. !@H ->does not work
! (not equal), e.g. !100 ->works well but after hitting ENTER the filter itself disappears. This problem only occurs in numerical columns.
# (is Null) , see images for example where it does not work well

Also, there is another issue that the counter sometimes disappears after having applied a filter. This is when you type an expression in a "string-column" and hit enter. See image.
Steps To ReproduceTry the above in sales invoice grid on live builds
TagsNo tags attached.
Attached Filespng file icon null-0.png [^] (66,527 bytes) 2011-10-13 09:23


png file icon null-1.png [^] (40,828 bytes) 2011-10-13 09:23


png file icon counter-gone.PNG [^] (40,881 bytes) 2011-10-13 09:26

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0041782)
rgoris (developer)
2011-10-13 09:15

Doing this also for MP4 is impossible, I assume?
(0041783)
hgbot (developer)
2011-10-13 09:46

Repository: erp/devel/pi
Changeset: c539e5866861b2274e271fef048187a5126fb574
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Oct 13 09:45:36 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c539e5866861b2274e271fef048187a5126fb574 [^]

Related to issue 18767: More filter expressions that do not work
Fix # and disappearing of count in grid

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
M modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
---
(0041786)
rgoris (developer)
2011-10-13 11:04

It seems to be a Firefox issue. All (except for #) work well in Chrome, but not in Firefox.
(0041835)
marvintm (developer)
2011-10-14 12:06

Tested that in Firefox and Chrome the issue related to the count disappearing can no longer be reproduced
(0041836)
mtaal (manager)
2011-10-14 12:11

Issue with SC for not equal filtering:
http://forums.smartclient.com/showthread.php?p=74633#post74633 [^]
(0041883)
hgbot (developer)
2011-10-18 17:24

Repository: erp/devel/pi
Changeset: d70a5e662ec831ac4c6f8db12cd10a11dbc6c88d
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Oct 13 09:45:36 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d70a5e662ec831ac4c6f8db12cd10a11dbc6c88d [^]

Related to issue 18767: More filter expressions that do not work
Fix # and disappearing of count in grid

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
M modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
---
(0041886)
hudsonbot (developer)
2011-10-18 17:26

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/3a0e09f510aa [^]

Maturity status: Test
(0041984)
hgbot (developer)
2011-10-21 18:09

Repository: erp/devel/pi
Changeset: 92424856a8ad6c51c76bd1f38a72c9250cf90a2e
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Oct 21 18:09:14 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/92424856a8ad6c51c76bd1f38a72c9250cf90a2e [^]

Related to issue 18767: More filter expressions that do not work
Let startswith and endswith work correctly

---
M modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
---
(0042040)
hudsonbot (developer)
2011-10-23 13:42

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/35bf0a7aa166 [^]

Maturity status: Test

- Issue History
Date Modified Username Field Change
2011-10-13 09:14 rgoris New Issue
2011-10-13 09:14 rgoris Assigned To => mtaal
2011-10-13 09:14 rgoris Modules => Core
2011-10-13 09:15 rgoris Status new => scheduled
2011-10-13 09:15 rgoris Note Added: 0041782
2011-10-13 09:15 rgoris fix_in_branch => pi
2011-10-13 09:22 rgoris fix_in_branch pi =>
2011-10-13 09:22 rgoris Description Updated View Revisions
2011-10-13 09:23 rgoris File Added: null-0.png
2011-10-13 09:23 rgoris File Added: null-1.png
2011-10-13 09:25 rgoris Description Updated View Revisions
2011-10-13 09:26 rgoris File Added: counter-gone.PNG
2011-10-13 09:29 rgoris Target Version 3.0MP5 => 3.0MP4
2011-10-13 09:46 hgbot Checkin
2011-10-13 09:46 hgbot Note Added: 0041783
2011-10-13 11:04 rgoris Note Added: 0041786
2011-10-14 12:06 marvintm Note Added: 0041835
2011-10-14 12:11 mtaal Note Added: 0041836
2011-10-18 17:24 hgbot Checkin
2011-10-18 17:24 hgbot Note Added: 0041883
2011-10-18 17:26 hudsonbot Checkin
2011-10-18 17:26 hudsonbot Note Added: 0041886
2011-10-21 18:09 hgbot Checkin
2011-10-21 18:09 hgbot Note Added: 0041984
2011-10-23 13:42 hudsonbot Checkin
2011-10-23 13:42 hudsonbot Note Added: 0042040
2011-10-25 10:42 rgoris Status scheduled => resolved
2011-10-25 10:42 rgoris Fixed in SCM revision => pi
2011-10-25 10:42 rgoris Resolution open => fixed
2011-10-25 10:42 rgoris Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker