Skip to content

Commit

Permalink
Fix link to resource view test
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed May 28, 2021
1 parent 666eb87 commit 034865c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/views/adminSurveyViews.php
Expand Up @@ -16,7 +16,7 @@
['surveyTemplateOptionsUpdate', ['route'=>'themeOptions/updateSurvey/sid/{SID}/gsid/1', 'noAdminInFront' => true]],
['surveyPresentationOptions', ['route'=>'surveyAdministration/rendersidemenulink/subaction/presentation/surveyid/{SID}', 'noAdminInFront' => true]],

['surveyResources', ['route'=>'/surveyAdministration/rendersidemenulink/subaction/resources/surveyid/{SID}']],
['surveyResources', ['route'=>'surveyAdministration/rendersidemenulink/subaction/resources/surveyid/{SID}', 'noAdminInFront' => true]],
['surveyPermissions', ['route'=>'surveypermission/sa/view/surveyid/{SID}']],
['surveyParticipantTokenOptions', ['route'=>'surveyAdministration/rendersidemenulink/subaction/tokens/surveyid/{SID}', 'noAdminInFront' => true]],
['surveyQuotas', ['route'=>'quotas/sa/index/surveyid/{SID}']],
Expand Down

0 comments on commit 034865c

Please sign in to comment.