Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0026865Openbravo ERPA. Platformpublic2014-06-13 12:262014-06-13 12:27
egoitz 
AugustoMauch 
normalmajorhave not tried
newopen 
5
 
 
Core
No
0026865: Add the possibility to change the number of recent views and recent document shown on the home page
Add the possibility to change the number of recent views and recent document shown on the home page
-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.
Right 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');
No tags attached.
Issue History
2014-06-13 12:26egoitzNew Issue
2014-06-13 12:26egoitzAssigned To => AugustoMauch
2014-06-13 12:26egoitzModules => Core
2014-06-13 12:26egoitzTriggers an Emergency Pack => No
2014-06-13 12:27egoitzProposed Solution updated

There are no notes attached to this issue.