Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0010198 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 07. Sales management | major | have not tried | 2009-08-05 19:16 | 2009-10-09 00:00 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | harikrishnan | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 2.50MP7 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 3551217dca65 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.50MP2 | SCM revision | ||||||
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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0018845) shuehner (administrator) 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 (administrator) 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 (developer) 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 (developer) 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 (viewer) 2009-10-08 08:55 |
Tested working fine. |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |