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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0006792
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 01. General setuptrivialalways2009-01-08 11:352009-04-21 12:36
ReporterAinhoaPagolaView Statuspublic 
Assigned Togorka_gil 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revision11934
ProjectionnoneETAnoneTarget Version
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

0006792: Filter is reset to blank in Module Management -> Add module

DescriptionAfter 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.
Steps To ReproduceLogin 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.
Proposed SolutionIn 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", "");
TagsModularity
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0012219)
svnbot (reporter)
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 [^]

- Issue History
Date Modified Username Field Change
2009-01-08 11:35 AinhoaPagola New Issue
2009-01-08 11:35 AinhoaPagola Assigned To => rafaroda
2009-01-08 11:35 AinhoaPagola sf_bug_id 0 => 2493560
2009-01-08 11:35 AinhoaPagola Regression testing => No
2009-01-09 19:33 psarobe Tag Attached: Modularity
2009-01-09 19:33 psarobe Status new => scheduled
2009-01-09 19:33 psarobe fix_in_branch => trunk
2009-01-10 18:27 rafaroda Assigned To rafaroda => gorka_gil
2009-01-15 14:30 svnbot Checkin
2009-01-15 14:30 svnbot Note Added: 0012219
2009-01-15 14:30 svnbot Status scheduled => resolved
2009-01-15 14:30 svnbot Resolution open => fixed
2009-01-15 14:30 svnbot svn_revision => 11934
2009-04-21 12:36 psarobe Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker