pgAdmin 4 commit: Fixed the issue of editing triggers for advanced serv

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed the issue of editing triggers for advanced serv
Date: 2021-10-16 07:28:25
Message-ID: E1mbe7F-0005b4-T4@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed the issue of editing triggers for advanced servers. Fixes #6802

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1377244e525b9f2941567ca9f32455a480c22f4e
Author: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_1.rst | 1 +
.../servers/databases/schemas/tables/triggers/utils.py | 6 ++++++
web/pgadmin/static/scss/resources/dark/_theme.variables.scss | 2 ++
.../static/scss/resources/high_contrast/_theme.variables.scss | 2 ++
4 files changed, 11 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-16 07:29:00 Re: [patch][pgAdmin] RM6802 Unable to edit trigger for advanced servers
Previous Message Dave Page 2021-10-15 11:34:08 Re: [pgaweb][patch] Update style guide WRT RM6754