From 4c7fbe893d33fd51f9b9b624a8cd540baa59705a Mon Sep 17 00:00:00 2001 From: Michael Danielczok <michael@pcsg.de> Date: Thu, 18 Nov 2021 14:34:23 +0000 Subject: [PATCH] fix: Don't cache IntervieweeData control. --- src/QUI/Interview/Controls/IntervieweeData.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/QUI/Interview/Controls/IntervieweeData.php b/src/QUI/Interview/Controls/IntervieweeData.php index 63a940a..2516905 100644 --- a/src/QUI/Interview/Controls/IntervieweeData.php +++ b/src/QUI/Interview/Controls/IntervieweeData.php @@ -34,6 +34,8 @@ public function __construct($attributes = []) $this->addCSSFile(dirname(__FILE__).'/IntervieweeData.css'); parent::__construct($attributes); + + $this->setAttribute('cacheable', 0); } /** -- GitLab