Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0006792 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 01. General setup | trivial | always | 2009-01-08 11:35 | 2009-04-21 12:36 | |||
Reporter | AinhoaPagola | View Status | public | |||||
Assigned To | gorka_gil | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 11934 | |||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 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 | 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", ""); | |||||||
Tags | Modularity | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0012219) svnbot (viewer) 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 [^] |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |