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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where pgAdmin4 unable to retrieve table
Date: 2019-12-02 09:56:46
Message-ID: E1ibiRi-0007pE-Sd@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue where pgAdmin4 unable to retrieve table node if the trigger is already disabled and the user clicks on Enable All. Fixes #4953.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ae2aadeedee3a7705bababf0cf67662e33a7daf4
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-02 09:57:08 Re: [pgAdmin 4][Patch] - RM #4953 - Unable to retrieve table node if trigger is already disabled and user Click on Enable All
Previous Message Akshay Joshi 2019-12-02 09:32:08 pgAdmin 4 commit: Fix an issue of retrieving properties for Compound Tr