pgAdmin 4 commit: 1) Fixed an issue where for constraint trigger only A

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Fixed an issue where for constraint trigger only A
Date: 2021-09-27 06:02:26
Message-ID: E1mUjic-0002A7-3S@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Fixed an issue where for constraint trigger only After event should be displayed,
also fixed the Incorrect values for Constraint trigger, Deferrable, Deferred. Fixes #6803
2) Fixed an issue where the user was unable to create the trigger for views. Fixes #6804

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2320370fd23029c7cd535a200691f2c73848815e
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
.../tables/triggers/static/js/trigger.ui.js | 37 ++++++++++++++++------
1 file changed, 28 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-27 06:03:41 Re: [pgAdmin][RM-6803 & RM-6804]: Trigger Node - [Create]> For constraint trigger only After event should be displayed, [Properties Panel/Edit Properties]> Incorrect values for Constraint trigger, Deferrable, Deferred
Previous Message Akshay Joshi 2021-09-26 16:33:27 pgAdmin 4 commit: Updated all the screenshots and documentation for the