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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0026865
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] A. Platformmajorhave not tried2014-06-13 12:262014-06-13 12:27
ReporteregoitzView Statuspublic 
Assigned ToAugustoMauch 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
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

0026865: Add the possibility to change the number of recent views and recent document shown on the home page

DescriptionAdd the possibility to change the number of recent views and recent document shown on the home page
Steps To Reproduce-Open 6 different window and see that only 5 are shown on the recent views. It is not possible to change it to show less or more values.
Proposed SolutionRight now that is harcoded on the ob-view-manager.js file on the following functoin:

  function ViewManager() {
    // keep the last 5 opened views
    this.recentManager.recentNum = 5;
  }


Do something similar than what is done on the quick launch menu entry. ON that menu the last windows opened with the quick launch option are saved.
That is by default 3 because it is save on a preference and then readed as follwoing:

  var storedRecentNum = OB.PropertyStore.get('UINAVBA_RecentListSize');
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2014-06-13 12:26 egoitz New Issue
2014-06-13 12:26 egoitz Assigned To => AugustoMauch
2014-06-13 12:26 egoitz Modules => Core
2014-06-13 12:26 egoitz Triggers an Emergency Pack => No
2014-06-13 12:27 egoitz Proposed Solution updated


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker