Re: [PATCH] Persist opened nodes in tree

2017-07-18 Thread Sarah McAlear
Hello, In order to save everything in the backend sqlite database, maybe a jQuery plugin needs to be developed that has the same interface as jStorage and that will do Ajax calls instead of using the Local Storage. The only caveat for this is that it needs to be registered in window. $.jStorage

Re: [PATCH] Persist opened nodes in tree

2017-07-18 Thread Dave Page
Hi This would be a welcome feature addition, but why not store the treeview state in the configuration database? I'd prefer not to add another storage mechanism without a very compelling reason. If you need info on how it works, please feel free to ask questions. Thanks. On Tue, Jul 18, 2017

[PATCH] Persist opened nodes in tree

2017-07-18 Thread Versus Void
--- web/pgadmin/browser/__init__.py| 13 +- .../browser/static/vendor/jStorage/jstorage.js | 996 + .../browser/static/vendor/jStorage/jstorage.min.js | 16 + .../browser/templates/browser/js/browser.js| 6 +- 4 files changed, 1029