pgAdmin 4 commit: Fixed unable to drop multiple Rules and Foreign Table

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed unable to drop multiple Rules and Foreign Table
Date: 2019-01-31 07:33:44
Message-ID: E1gp6r2-0003BQ-Uk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-01-31 07:34:11 Re: [pgAdmin4][Patch] RM 3899 - Unable to Drop Rules for table and foreign table through properties section
Previous Message Akshay Joshi 2019-01-31 06:54:18 pgAdmin 4 commit: Update yarn lockfile.