mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed the following issues in the debugger:
1. If debugger arguments are array debugger sets the null value to parameters. 2. Popup screen is not being closed if debug Package procedure/Function and select Null option. 3. Updated validation for debugger argument of the array type parameter. refs #6132
This commit is contained in:
committed by
Akshay Joshi
parent
2adca6bbc4
commit
4e3783c544
@@ -378,11 +378,11 @@ module.exports = [{
|
||||
codemirror: sourceDir + '/bundle/codemirror.js',
|
||||
slickgrid: sourceDir + '/bundle/slickgrid.js',
|
||||
sqleditor: './pgadmin/tools/sqleditor/static/js/index.js',
|
||||
debugger: './pgadmin/tools/debugger/static/js/index.js',
|
||||
schema_diff: './pgadmin/tools/schema_diff/static/js/schema_diff_hook.js',
|
||||
erd_tool: './pgadmin/tools/erd/static/js/erd_tool_hook.js',
|
||||
psql_tool: './pgadmin/tools/psql/static/js/index.js',
|
||||
file_utils: './pgadmin/misc/file_manager/static/js/utility.js',
|
||||
debugger: './pgadmin/tools/debugger/static/js/index.js',
|
||||
'pgadmin.style': pgadminCssStyles,
|
||||
pgadmin: pgadminScssStyles,
|
||||
style: './pgadmin/static/css/style.css',
|
||||
|
Reference in New Issue
Block a user