pgAdmin 4 commit: Do not validate the model unnecessarily (when closing

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Do not validate the model unnecessarily (when closing
Дата
Msg-id E1b43oB-0001Zc-KS@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Do not validate the model unnecessarily (when closing).
Clear the cache of a node, whenever an object has been removed of that
kind, it will allow us to fetch the latest list.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b2b6d443b5205ec3ce52bdfd273630a8a8a3f555

Modified Files
--------------
web/pgadmin/browser/static/js/datamodel.js       | 4 ++--
web/pgadmin/browser/templates/browser/js/node.js | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: Trigger function node (pgAdmin4)
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Changed the Select2Control to work more consistently.