serialize form instead of just passing filter id because the modal can now handle unsaved filters

This commit is contained in:
Isaac Connor 2022-02-15 18:52:27 -05:00 committed by Ben Dailey
parent b32164e992
commit 5aef8408a4
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ function delTerm( element ) {
}
function debugFilter() {
getModal('filterdebug', 'fid='+filterid);
getModal('filterdebug', $j(form).serialize());
}
function manageModalBtns(id) {