Skip to content

Commit 0c1f299

Browse files
committed
Fix DocumentType filter in Delta URLs page
1 parent 1183330 commit 0c1f299

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sde_indexing_helper/static/js/delta_url_list.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,11 @@ function initializeDataTable() {
881881
$("#deltaDocTypeMatchPatternFilter").on("beforeinput", function (val) {
882882
document_type_patterns_table.columns(0).search(this.value).draw();
883883
});
884+
885+
$("#document-type-patterns-dropdown-2").on("change", function () {
886+
document_type_patterns_table.columns(2).search(this.value).draw();
887+
});
888+
884889
}
885890

886891
var division_patterns_table = $("#division_patterns_table").DataTable({

0 commit comments

Comments
 (0)