mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that help should be visible properly for Procedures. Fixes #7075
This commit is contained in:
committed by
Akshay Joshi
parent
e18ce2c9e3
commit
19016c3733
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user