Ensure that help should be visible properly for Procedures. Fixes #7075

This commit is contained in:
Nikhil Mohite
2021-12-31 14:21:38 +05:30
committed by Akshay Joshi
parent e18ce2c9e3
commit 19016c3733
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ import _ from 'lodash';
/* Create and Register Procedure Collection and Node. */
define('pgadmin.node.procedure', [
'sources/gettext', 'jquery', 'underscore',
'sources/gettext', 'sources/url_for', 'jquery',
'sources/pgadmin', 'pgadmin.browser', 'alertify',
'pgadmin.node.function', 'pgadmin.node.schema.dir/child',
'pgadmin.node.schema.dir/schema_child_tree_node',