Skip to content
Snippets Groups Projects
Commit 50e45a1f authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #639 - filter modal: confirm button not working

parent a431fe19
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,10 @@ $(document).ready(function()
updateStatus();
});
$('#buttonApplyFilter').click(function(){
document.getElementsByName('NewFilterConfiguration')[0].submit();
});
updateStatus();
});
......
......@@ -33,7 +33,7 @@
</#macro>
<#macro buttonApply>
<button class="btn waves-effect waves-light background-green" type="submit" name="buttonSave">
<button class="btn waves-effect waves-light background-green" type="submit" id="buttonApplyFilter">
<i class="fas fa-filter left"></i>${locale.getString("filter.apply")}
</button>
</#macro>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment