pgAdmin 4 commit: Ensure that some fields should be disabled for the tr

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Ensure that some fields should be disabled for the tr
Дата
Msg-id E1kUq60-0006fS-T8@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Pradip Parkale
Дата:
Сообщение: [pgAdmin][RM4639]: Truncate Trigger option should enabled in properties sections if trigger is already created without each rows
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][5919] Fix security related issues