Fixed an issue where filtered rows was not working. #5427

pull/5433/head
Pravesh Sharma 2022-10-13 10:25:27 +05:30 committed by GitHub
parent ae82a4b279
commit 8a76122949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ function showFilterDialog(pgBrowser, treeNodeInfo, queryToolMod, transId,
let helpUrl = url_for('help.static', {'filename': 'viewdata_filter.html'});
let okCallback = function() {
queryToolMod.launch(transId, gridUrl, false, queryToolTitle, null, {sql_filter: schema._sessData.filter_sql});
queryToolMod.launch(transId, gridUrl, false, queryToolTitle, {sql_filter: schema._sessData.filter_sql});
};
getUtilityView(schema, treeNodeInfo, 'create', 'dialog', j[0], panel,