pgAdmin 4 commit: 1) Fixed an issue where for constraint trigger only A - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Fixed an issue where for constraint trigger only A
Date
Msg-id E1mUjic-0002A7-3S@gothos.postgresql.org
Whole thread Raw
List 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.mohite@enterprisedb.com>

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


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Updated all the screenshots and documentation for the
Next
From: Akshay Joshi
Date:
Subject: 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