Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0006792 | Openbravo ERP | 01. General setup | public | 2009-01-08 11:35 | 2009-04-21 12:36 |
Reporter | AinhoaPagola | ||||
Assigned To | gorka_gil | ||||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
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 | 0006792: Filter is reset to blank in Module Management -> Add module | ||||
Description | 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. | ||||
Steps To Reproduce | 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. | ||||
Proposed Solution | 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", ""); | ||||
Additional Information | |||||
Tags | Modularity | ||||
Relationships | |||||
Attached Files | |||||
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 | OBNetwork customer | => No | ||
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 |
Notes | |||||
|
|||||
|
|