serialize form instead of just passing filter id because the modal can now handle unsaved filters
This commit is contained in:
parent
b32164e992
commit
5aef8408a4
|
@ -378,7 +378,7 @@ function delTerm( element ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function debugFilter() {
|
function debugFilter() {
|
||||||
getModal('filterdebug', 'fid='+filterid);
|
getModal('filterdebug', $j(form).serialize());
|
||||||
}
|
}
|
||||||
|
|
||||||
function manageModalBtns(id) {
|
function manageModalBtns(id) {
|
||||||
|
|
Loading…
Reference in New Issue