pgAdmin 4 commit: Fixed internal server error when clicking on Triggers

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed internal server error when clicking on Triggers
Date: 2020-05-11 11:18:18
Message-ID: E1jY6Ru-0004Ad-5r@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed internal server error when clicking on Triggers -> 'Enable All' for partitions. Fixes #5052

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=073d90c4a6eaac4b40e58b35562a0339c6e108f0

Modified Files
--------------
docs/en_US/release_notes_4_22.rst | 1 +
.../schemas/tables/partitions/__init__.py | 57 +++++++++++++++++++++-
.../tables/partitions/static/js/partition.js | 4 +-
3 files changed, 58 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-05-11 14:08:42 pgAdmin 4 commit: Ubuntu 20.04 needs python3-wheel to be explicitly ins
Previous Message Dave Page 2020-05-11 08:05:18 pgAdmin 4 commit: Clarify and correct the docs on enabling the pl/debug