pgAdmin III commit: Fix enabling/disabling trigger with the trigger con - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix enabling/disabling trigger with the trigger con
Date
Msg-id E1RwFKE-0001II-DE@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix enabling/disabling trigger with the trigger contextual menu

When enabling/disabling a trigger, we refresh the trigger node, which adds a
new trigger function node. The patch first deletes all children nodes, before
refreshing the trigger node.

Report from Bartosz Dmytrak.

Branch
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=46e4669979c8fb6b607395adfcf91aae5ee8ef32

Modified Files
--------------
CHANGELOG                    |    2 ++
pgadmin/schema/pgTrigger.cpp |    1 +
2 files changed, 3 insertions(+), 0 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Enable dd icon if connected to a db
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix enabling/disabling trigger with the trigger con