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

This commit is contained in:
Pravesh Sharma
2022-10-13 10:25:27 +05:30
committed by GitHub
parent ae82a4b279
commit 8a76122949

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,