pgAdmin 4 commit: Fix Truncate option deselect issue for compound trigg

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix Truncate option deselect issue for compound trigg
Date: 2019-08-20 11:39:42
Message-ID: E1i02UI-0004fB-Hs@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix Truncate option deselect issue for compound triggers. Fixes #4643

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=41e2a674e37c530c9a15de196cd8b5ba228f38f3

Modified Files
--------------
docs/en_US/release_notes_4_13.rst | 3 ++-
.../tables/templates/compound_triggers/sql/ppas/12_plus/update.sql | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message tutiluren 2019-08-21 06:06:20 You've got to be kidding me... pgAdmin 4 forgets passwords even with a dedicated Firefox profile!
Previous Message Akshay Joshi 2019-08-20 11:20:48 pgAdmin 4 commit: 1) Added ProjectSet icon for explain module. Fixes #2