From c2b328c69f2c7b5c2e32a6fdfa19ed7d3fb738bd Mon Sep 17 00:00:00 2001 From: Paolo Date: Tue, 13 Feb 2018 13:52:45 +0100 Subject: [PATCH] FilterWidget: if "is set" is chosen in the operation dropdown, then the operation value field and the option field will be hidden --- application/views/widgets/filter/filter.php | 4 ++++ application/widgets/FilterWidget.php | 12 ++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/application/views/widgets/filter/filter.php b/application/views/widgets/filter/filter.php index fdcd2d343..c6df10073 100644 --- a/application/views/widgets/filter/filter.php +++ b/application/views/widgets/filter/filter.php @@ -4,6 +4,10 @@ margin: 0 10px 10px 10px; } + .hidden-control { + display: none !important; + } +