From 657d108a1869c84065cb2835aa13c959c0876a96 Mon Sep 17 00:00:00 2001 From: Gabriel Jenik Date: Fri, 6 Aug 2021 04:39:30 -0300 Subject: [PATCH] Fixed issue #17457: Close button on the survey groups creation screen takes you to the wrong screen (#1979) Fixed issue #17457: Close button on the survey groups creation screen takes you to the wrong screen --- application/controllers/admin/SurveysGroupsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/admin/SurveysGroupsController.php b/application/controllers/admin/SurveysGroupsController.php index 40f63aaebd6..7ab4e138498 100644 --- a/application/controllers/admin/SurveysGroupsController.php +++ b/application/controllers/admin/SurveysGroupsController.php @@ -90,7 +90,7 @@ public function create() 'form' => 'surveys-groups-form', ], 'white_closebutton' => array( - 'url' => 'surveyAdministration/listsurveys#surveygroups', + 'url' => App()->createUrl('surveyAdministration/listsurveys', ['#' => 'surveygroups']), ), ); /* User for dropdown */