From e2d6fabecb7e594392901e0096eb513160478312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jessica=20H=C3=B6ck?= Date: Tue, 24 Mar 2020 15:07:25 +0000 Subject: [PATCH] Fixed issue #15918: No save button fo bounce settings. --- application/controllers/admin/tokens.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/controllers/admin/tokens.php b/application/controllers/admin/tokens.php index b36b3417f13..5b6e5d5cc55 100644 --- a/application/controllers/admin/tokens.php +++ b/application/controllers/admin/tokens.php @@ -2400,7 +2400,8 @@ public function bouncesettings($iSurveyId) $aData['sidemenu']['state'] = false; $aData['title_bar']['title'] = $survey->currentLanguageSettings->surveyls_title." (".gT("ID").":".$iSurveyId.")"; - + $aData['topBar']['showSaveButton'] = true; + $this->_renderWrappedTemplate('token', array('bounce'), $aData); }