Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0006792Openbravo ERP01. General setuppublic2009-01-08 11:352009-04-21 12:36
AinhoaPagola 
gorka_gil 
normaltrivialalways
closedfixed 
5
 
 
Core
No
0006792: Filter is reset to blank in Module Management -> Add module
After entering a value to the search filter in add module tab, if you leave the tab and after go back to it, the value of the filter is gone. It is automatically reset to blank.
Login as system administrator.
Go to General Setup > Application > Module Management.
Go to Add module tab.
Enter something in the search filter.
Go to another tab, for example module history.
Go back to Add module tab.
The filter is set to blank and it should mantain the previous search filter.
In modulemanagement.java change:

        } else if (vars.commandIn("ADD")) {
            final String searchText = vars.getRequestGlobalVariable(
                    "inpSearchText", "ModuleManagemetAdd.text");

for:
        } else if (vars.commandIn("ADD")) {
            final String searchText = vars.getGlobalVariable(
                    "inpSearchText", "ModuleManagemetAdd.text", "");
Modularity
Issue History
2009-01-08 11:35AinhoaPagolaNew Issue
2009-01-08 11:35AinhoaPagolaAssigned To => rafaroda
2009-01-08 11:35AinhoaPagolasf_bug_id0 => 2493560
2009-01-08 11:35AinhoaPagolaRegression testing => No
2009-01-09 19:33psarobeTag Attached: Modularity
2009-01-09 19:33psarobeStatusnew => scheduled
2009-01-09 19:33psarobefix_in_branch => trunk
2009-01-10 18:27rafarodaAssigned Torafaroda => gorka_gil
2009-01-15 14:30svnbotCheckin
2009-01-15 14:30svnbotNote Added: 0012219
2009-01-15 14:30svnbotStatusscheduled => resolved
2009-01-15 14:30svnbotResolutionopen => fixed
2009-01-15 14:30svnbotsvn_revision => 11934
2009-04-21 12:36psarobeStatusresolved => closed

Notes
(0012219)
svnbot   
2009-01-15 14:30   
Repository: openbravo
Revision: 11934
Author: gorka_gil
Date: 2009-01-15 14:30:56 +0100 (Thu, 15 Jan 2009)

Fixed bug 6792 Now, filter of add module window is stored in session.

---
U trunk/src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=11934&sc=1 [^]