pgAdmin 4 commit: Automatically expand child nodes as well as theselec

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Automatically expand child nodes as well as theselec
Дата
Msg-id E1guD9p-00025p-GF@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Automatically expand child nodes as well as the selected node on the treeview if there is only one. Fixes #3559

This also ensure the browser state is cleared if the save interval is set to -1.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=17694ab467cccf090e425cadb6238c31548869ca
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
docs/en_US/images/preferences_browser_display.png  | Bin 83195 -> 248805 bytes
docs/en_US/preferences.rst                         |   6 ++++++
.../browser/register_browser_preferences.py        |  10 ++++++++++
web/pgadmin/browser/static/js/node.js              |   9 +++++++++
web/pgadmin/settings/__init__.py                   |  21 ++++++++++++++++++++-
.../static/js/tree/pgadmin_tree_save_state.js      |  20 ++++++++++++++++++++
6 files changed, 65 insertions(+), 1 deletion(-)


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

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Pattch] - RM #3673 - "Download as .csv" F8 does NOT workwhen one of joined files is a TEMPORARY file
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Update release notes.