pgAdmin 4 commit: Fix an issue where pgAdmin4 unable to retrieve table - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix an issue where pgAdmin4 unable to retrieve table
Date
Msg-id E1ibiRi-0007pE-Sd@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fix an issue of retrieving properties for Compound Tr
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin 4][Patch] - RM #4953 - Unable to retrieve table node iftrigger is already disabled and user Click on Enable All