From 4b30c792d5ae4960aac2887e4078002f754cc77a Mon Sep 17 00:00:00 2001 From: Aaron Bidzan Date: Wed, 18 Feb 2026 14:14:02 +0100 Subject: [PATCH] 47271: Standard filter popover for duration and multi selection not shown on click --- .../Component/Input/Field/FilterContextRenderer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ILIAS/UI/src/Implementation/Component/Input/Field/FilterContextRenderer.php b/components/ILIAS/UI/src/Implementation/Component/Input/Field/FilterContextRenderer.php index 47295fd44c77..7554f4ae8cfb 100755 --- a/components/ILIAS/UI/src/Implementation/Component/Input/Field/FilterContextRenderer.php +++ b/components/ILIAS/UI/src/Implementation/Component/Input/Field/FilterContextRenderer.php @@ -190,6 +190,7 @@ protected function renderProxyField( $prox = new ProxyFilterField(); $prox = $prox->withOnClick($popover->getShowSignal()); + $prox = $this->addTriggererOnLoadCode($prox); $tpl->touchBlock("tabindex"); $this->bindJSandApplyId($prox, $tpl);