Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0026865 | Openbravo ERP | A. Platform | public | 2014-06-13 12:26 | 2014-06-13 12:27 |
Reporter | egoitz | ||||
Assigned To | AugustoMauch | ||||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0026865: Add the possibility to change the number of recent views and recent document shown on the home page | ||||
Description | Add 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 Solution | 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'); | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
There are no notes attached to this issue. |