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
parent 8b14885541
commit b67e7b8111
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) {