Skip to content

Commit

Permalink
Fixed issue #16973: Cannot activate browser reponses after activating…
Browse files Browse the repository at this point in the history
… survey
  • Loading branch information
Trischi80 committed Jan 19, 2021
1 parent 57fe425 commit 461f7c0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -228,7 +228,7 @@

<!-- Responses & Statistics -->
<?php if ($hasResponsesStatisticsReadPermission || $hasResponsesCreatePermission || $hasResponsesReadPermission): ?>
<?php if (!$oSurvey->isActive): ?>
<?php if ($oSurvey->isActive): ?>
<div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="icon-responses" ></span>
Expand Down Expand Up @@ -327,4 +327,4 @@
'onelanguage' => (count($oSurvey->allLanguages) == 1)
]
); ?>
<?php endif; ?>
<?php endif; ?>

0 comments on commit 461f7c0

Please sign in to comment.