From cfa5163590fbdc2d7aa4cc8f3a212725d819caeb Mon Sep 17 00:00:00 2001 From: Bruno Da Silva Date: Wed, 21 Mar 2018 12:37:59 +0000 Subject: [PATCH] search widget : todo added SVN:b1162[5485] --- js/search/search_form_criteria_numeric.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/search/search_form_criteria_numeric.js b/js/search/search_form_criteria_numeric.js index ac312a805..3b357c50b 100644 --- a/js/search/search_form_criteria_numeric.js +++ b/js/search/search_form_criteria_numeric.js @@ -221,6 +221,7 @@ $(function() // Create DOM element from template var oOpElemDropdown = $(this._getOperatorTemplate()).uniqueId(); + //todo : if this code is keeped, the radio mustr have an id and the label need to point to it oOpElemDropdown .addClass('sfc_fg_operator_dropdown_group') .attr('data-operator-code', 'dropdown_group')