pgAdmin 4 commit: 1) Fixed an issue where deleting a constraint from th

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Fixed an issue where deleting a constraint from th
Date: 2022-04-11 12:19:11
Message-ID: E1ndt0h-0000bb-Rb@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fixed an issue where deleting a constraint from the collection properties node, throws an error. Fixes #7296
2) The code to refresh the Dashboard after deleting session activities has been improved.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7d979fb19631642e3fa63409de2391ce786f8db5
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/dashboard/static/js/Dashboard.jsx | 8 +++-----
web/pgadmin/misc/properties/CollectionNodeProperties.jsx | 4 ++--
2 files changed, 5 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-11 12:19:50 Re: [pgAdmin][RM7296]: Browser tree is not getting refresh after deleting the multiple node from collection properties
Previous Message Akshay Joshi 2022-04-11 12:10:34 pgAdmin 4 commit: Ensure that Columns should always be visible in the i