From 434c9b03c0bcf7e4fedb52dc51dc4d998204852a Mon Sep 17 00:00:00 2001 From: Dhanur Sharma Date: Fri, 13 Dec 2024 15:18:02 +0530 Subject: [PATCH] Filters fixed --- sde_indexing_helper/static/js/delta_url_list.js | 2 +- .../templates/sde_collections/delta_urls_list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sde_indexing_helper/static/js/delta_url_list.js b/sde_indexing_helper/static/js/delta_url_list.js index aff3e86a..800a0dce 100644 --- a/sde_indexing_helper/static/js/delta_url_list.js +++ b/sde_indexing_helper/static/js/delta_url_list.js @@ -229,7 +229,7 @@ function initializeDataTable() { }, }, initComplete: function (data) { - const addDropdownSelect = [1, 4, 5]; + const addDropdownSelect = [1, 2, 4, 5]; const dict = { 1: "Images", 2: "Data", diff --git a/sde_indexing_helper/templates/sde_collections/delta_urls_list.html b/sde_indexing_helper/templates/sde_collections/delta_urls_list.html index fb0555fa..20bfc6e5 100644 --- a/sde_indexing_helper/templates/sde_collections/delta_urls_list.html +++ b/sde_indexing_helper/templates/sde_collections/delta_urls_list.html @@ -131,7 +131,7 @@

-