Skip to content

Commit

Permalink
Fixed issue #17457: Close button on the survey groups creation screen…
Browse files Browse the repository at this point in the history
… takes you to the wrong screen (#1979)

Fixed issue #17457: Close button on the survey groups creation screen takes you to the wrong screen
  • Loading branch information
gabrieljenik committed Aug 6, 2021
1 parent c822ea0 commit 657d108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/SurveysGroupsController.php
Expand Up @@ -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 */
Expand Down

0 comments on commit 657d108

Please sign in to comment.