From e8a52fcd310f0728eec1432a92e558136e060dd0 Mon Sep 17 00:00:00 2001 From: Surinder Kumar Date: Thu, 2 Jun 2016 14:48:23 +0530 Subject: [PATCH] Fixes #1295 - Added menu for the 'Grant Wizard' for the trigger function nodes. --- .../grant_wizard/templates/grant_wizard/js/grant_wizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js b/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js index 1050c46f8..574a026ff 100644 --- a/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js +++ b/web/pgadmin/tools/grant_wizard/templates/grant_wizard/js/grant_wizard.js @@ -141,7 +141,7 @@ define([ var supported_nodes = [ 'schema', 'coll-function', 'coll-sequence', 'coll-table', 'coll-view', 'coll-procedure', - 'coll-mview', 'database' + 'coll-mview', 'database', 'coll-trigger_function' ], /**