[pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview

Поиск
Список
Период
Сортировка
От Khushboo Vashi
Тема [pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview
Дата
Msg-id CAFOhELd7hoNOgFww=ur7J=9AqjuLAmqaOd49=h_dPJ=+ibu_hQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Список pgadmin-hackers
Hi,

Please find the attached patch for RM #1253 - Store and reload current location in treeview

Feature Details:
- The current tree state will be stored in the sqlite database.
- The time interval to store the tree state is configurable via preferences and the default is 30 secs.
   -1 can be used to stop the tree saving functionality,
- On window unload the current tree state will be saved.
- On Reload, while opening the server, the stored path will be populated.
- On closing the node the saved will be updated accordingly.
- Jasmine test cases are included.


Thanks,
Khushboo
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][RM3561] Can't edit Sort/Filter Options after losingdatabase connection
Следующее
От: Akshay Joshi
Дата:
Сообщение: [pgAdmin4][Patch]: RM #3420 Merge latest code of pgcli with pgAdmin4