Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010198Openbravo ERP07. Sales managementpublic2009-08-05 19:162009-10-09 00:00
shuehner 
harikrishnan 
highmajorhave not tried
closedfixed 
5
2.50MP2 
2.50MP7 
Core
No
0010198: InvoiceLine selector, after using a filter field, cannot go back to blank in this filter field
After using a filter field in this selector once (i.e. Total Amount to) with a value. Clearing this field (making it empty) and pressing search again does still use the old filter value.

Only when logging out of openbravo the old filtervalue is cleared.

Note: Changing the filter value works, just going back to an empty value does not.
i.e. login into demo1.openbravo.com
information -> Invoice line
click search -> 52080 rows are displayed
Enter 10 in the 'Total Amount to' field, click search -> 511 rows are displayed
remove the value 10 again and click search, still only 511 rows are displayed
Only way to get all 52080 rows to display again is to logout/login

No tags attached.
Issue History
2009-08-05 19:16shuehnerNew Issue
2009-08-05 19:16shuehnerAssigned To => rafaroda
2009-08-05 19:18shuehnerNote Added: 0018845
2009-08-06 10:46shuehnerNote Added: 0018855
2009-08-31 11:36rafarodaAssigned Torafaroda => jeneivemalarkodi
2009-08-31 11:36rafarodaPrioritynormal => high
2009-08-31 11:36rafarodaStatusnew => scheduled
2009-09-25 10:02harikrishnanAssigned Tojeneivemalarkodi => harikrishnan
2009-09-25 11:11hgbotCheckin
2009-09-25 11:11hgbotNote Added: 0020361
2009-09-25 11:11hgbotStatusscheduled => resolved
2009-09-25 11:11hgbotResolutionopen => fixed
2009-09-25 11:11hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3551217dca65936f2e2afb11caf70ce8f9791110 [^]
2009-09-29 14:18hgbotCheckin
2009-09-29 14:18hgbotNote Added: 0020513
2009-09-29 14:18hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/3551217dca65936f2e2afb11caf70ce8f9791110 [^] => http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/3551217dca65936f2e2afb11caf70ce8f9791110 [^]
2009-10-08 08:55sureshbabuStatusresolved => closed
2009-10-08 08:55sureshbabuNote Added: 0020860
2009-10-08 08:55sureshbabuFixed in Version => 2.50MP7
2009-10-09 00:00anonymoussf_bug_id0 => 2875122

Notes
(0018845)
shuehner   
2009-08-05 19:18   
Note: please check all selector implementations for a similar issue. Problem is that the filter value is read from the request and the session, and even if the request value is empty the old non-empty value from the session is used and never cleared..
(0018855)
shuehner   
2009-08-06 10:46   
Possible cause: in the vars.commandIn("DATA") block the check for newFilter is wrong as it uses "NewFilter" where the parameter passed to clear the filters is "newFilter".
(0020361)
hgbot   
2009-09-25 11:11   
Repository: erp/devel/pi
Changeset: 3551217dca65936f2e2afb11caf70ce8f9791110
Author: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
Date: Fri Sep 25 14:41:16 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/3551217dca65936f2e2afb11caf70ce8f9791110 [^]

Issue Fixes 10198: InvoiceLine selector, after using a filter field.

---
M src/org/openbravo/erpCommon/info/InvoiceLine.java
---
(0020513)
hgbot   
2009-09-29 14:18   
Repository: erp/devel/pi-pageddatagrid
Changeset: 3551217dca65936f2e2afb11caf70ce8f9791110
Author: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
Date: Fri Sep 25 14:41:16 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/3551217dca65936f2e2afb11caf70ce8f9791110 [^]

Issue Fixes 10198: InvoiceLine selector, after using a filter field.

---
M src/org/openbravo/erpCommon/info/InvoiceLine.java
---
(0020860)
sureshbabu   
2009-10-08 08:55   
Tested working fine.