pgAdmin 4 commit: 1) Table Dialogue does not close on addition/deletion

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Table Dialogue does not close on addition/deletion
Date: 2021-10-05 12:04:51
Message-ID: E1mXjBj-0001WK-PB@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Table Dialogue does not close on addition/deletion of partition. Fixes #6863
2) Nodes are loaded multiple times in server mode on 'Reset Layout'. Fixes #6861

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a693014371b85c3e48556c308096eef44680915c
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
.../databases/schemas/tables/static/js/table.js | 5 ++---
web/pgadmin/browser/static/js/browser.js | 10 ++++++----
web/pgadmin/browser/static/js/node.js | 22 ++++++++++++++++++----
3 files changed, 26 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-05 12:05:18 Re: [pgAdmin4][Patch] - Fixes for #6863 & #6861
Previous Message Khushboo Vashi 2021-10-05 11:59:28 [pgAdmin4][Patch] - Fixes for #6863 & #6861