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-0001IG-F3@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
------
master

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

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: Fix enabling/disabling trigger with the trigger con
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix dlgType minimum size