pgAdmin 4 commit: Fix an issue where pgAdmin4 unable to retrieve table

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fix an issue where pgAdmin4 unable to retrieve table
Дата
Msg-id E1ibiRi-0007pE-Sd@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix an issue where pgAdmin4 unable to retrieve table node if the trigger is already disabled and the user clicks on
EnableAll. Fixes #4953. 

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_16.rst                     | 1 +
web/pgadmin/static/js/tree/pgadmin_tree_node.js       | 1 +
web/pgadmin/static/js/tree/pgadmin_tree_save_state.js | 4 ++--
3 files changed, 4 insertions(+), 2 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fix an issue of retrieving properties for Compound Tr
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin 4][Patch] - RM #4953 - Unable to retrieve table node iftrigger is already disabled and user Click on Enable All