Skip to content
Snippets Groups Projects
Commit e765590c authored by enured's avatar enured
Browse files

B14506: Merged actual develop branch. refs #14506

parent e2af7a56
No related branches found
No related tags found
3 merge requests!504New version 22.12.1,!498B14506: Implemented new default view for tablesorter. Trigger automatic save...,!483B14506: Implemented new default view for tablesorter. Trigger automatic save...
Pipeline #8314 passed
......@@ -317,6 +317,7 @@ var QfqNS = QfqNS || {};
return;
}
var view = {name: viewName, public: isPublicView, tableId: tableId, view: this.getTableView(table)};
// check if there are filters set on hidden columns.
if (view.view.filters.some(function (f, i) { return f !== '' && !view.view.columnSelection.includes(i); })) {
if (!confirm('There are filters set on hidden columns. Would you like to save anyway?')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment