pgAdmin 4 commit: Ensure that some fields should be disabled for the tr - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that some fields should be disabled for the tr
Date
Msg-id E1kUq60-0006fS-T8@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure that some fields should be disabled for the trigger in edit mode. Fixes #4639

Fixed illegal argument issue in the trigger for EPAS servers. Fixes #5799

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3413a42af41ccbdad71ea2ef38edd7fe5eb0163c
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_28.rst                  |  1 +
.../schemas/tables/triggers/static/js/trigger.js   | 36 +++++++++++++---------
.../databases/schemas/tables/triggers/utils.py     |  1 +
3 files changed, 24 insertions(+), 14 deletions(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: [pgAdmin][RM4639]: Truncate Trigger option should enabled in properties sections if trigger is already created without each rows
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][5919] Fix security related issues