From 43003c3091d3a23f895347f76a85bbaaa827e046 Mon Sep 17 00:00:00 2001 From: TeterinaSvetlana <40786685+TeterinaSvetlana@users.noreply.github.com> Date: Thu, 11 Nov 2021 16:16:17 +0500 Subject: [PATCH] dropdown on gis-search-form --- addon/controllers/gis-search-form.js | 12 ------------ app/templates/gis-search-form.hbs | 7 ++++--- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/addon/controllers/gis-search-form.js b/addon/controllers/gis-search-form.js index 07e778661..c2294ac54 100644 --- a/addon/controllers/gis-search-form.js +++ b/addon/controllers/gis-search-form.js @@ -280,18 +280,6 @@ export default Controller.extend({ || (key >= 48 && key <= 57) || (key >= 96 && key <= 105)); }, - /** - Handles scale condition changing. - - @method actions.onScaleConditionChange - @param {String} index Index of selected element. - @param {Object} element Selected element. - @param {String} value Selected value. - */ - onScaleConditionChange(index, element, value) { - this.set(`searchConditions.scaleFilters.${index}.condition`, value); - }, - /** Handles click on row select checkbox. diff --git a/app/templates/gis-search-form.hbs b/app/templates/gis-search-form.hbs index 33b6e56df..2d6b7e842 100644 --- a/app/templates/gis-search-form.hbs +++ b/app/templates/gis-search-form.hbs @@ -43,12 +43,13 @@