pgAdmin 4 commit: Fixed unable to drop multiple Rules and ForeignTable - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed unable to drop multiple Rules and ForeignTable
Date
Msg-id E1gp6r2-0003BQ-Uk@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed unable to drop multiple Rules and Foreign Tables from properties tab. Fixes #3899

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_2.rst                                      | 1 +
.../databases/schemas/foreign_tables/static/js/foreign_table.js       | 4 +++-
.../servers/databases/schemas/tables/rules/static/js/rule.js          | 1 +
3 files changed, 5 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Update yarn lockfile.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] RM 3899 - Unable to Drop Rules for table andforeign table through properties section