Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0010198 | Openbravo ERP | 07. Sales management | public | 2009-08-05 19:16 | 2009-10-09 00:00 |
|
Reporter | shuehner | |
Assigned To | harikrishnan | |
Priority | high | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP2 | |
Target Version | | Fixed in Version | 2.50MP7 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0010198: InvoiceLine selector, after using a filter field, cannot go back to blank in this filter field |
Description | 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.
|
Steps To Reproduce | 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
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-08-05 19:16 | shuehner | New Issue | |
2009-08-05 19:16 | shuehner | Assigned To | => rafaroda |
2009-08-05 19:16 | shuehner | OBNetwork customer | => No |
2009-08-05 19:18 | shuehner | Note Added: 0018845 | |
2009-08-06 10:46 | shuehner | Note Added: 0018855 | |
2009-08-31 11:36 | rafaroda | Assigned To | rafaroda => jeneivemalarkodi |
2009-08-31 11:36 | rafaroda | Priority | normal => high |
2009-08-31 11:36 | rafaroda | Status | new => scheduled |
2009-09-25 10:02 | harikrishnan | Assigned To | jeneivemalarkodi => harikrishnan |
2009-09-25 11:11 | hgbot | Checkin | |
2009-09-25 11:11 | hgbot | Note Added: 0020361 | |
2009-09-25 11:11 | hgbot | Status | scheduled => resolved |
2009-09-25 11:11 | hgbot | Resolution | open => fixed |
2009-09-25 11:11 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3551217dca65936f2e2afb11caf70ce8f9791110 [^] |
2009-09-29 14:18 | hgbot | Checkin | |
2009-09-29 14:18 | hgbot | Note Added: 0020513 | |
2009-09-29 14:18 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/3551217dca65936f2e2afb11caf70ce8f9791110 [^] => http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/3551217dca65936f2e2afb11caf70ce8f9791110 [^] |
2009-10-08 08:55 | sureshbabu | Status | resolved => closed |
2009-10-08 08:55 | sureshbabu | Note Added: 0020860 | |
2009-10-08 08:55 | sureshbabu | Fixed in Version | => 2.50MP7 |
2009-10-09 00:00 | anonymous | sf_bug_id | 0 => 2875122 |
Notes |
|
|
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.. |
|
|
|
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
|
|
|
|
(0020513)
|
hgbot
|
2009-09-29 14:18
|
|
|
|
|
|