Skip to content

Commit

Permalink
Fixed issue #14106: Button "Add new question to group" does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikvitt committed Nov 2, 2018
1 parent 284896e commit a48d0a9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions application/views/admin/survey/Question/question_view.php
Expand Up @@ -226,3 +226,12 @@
</div>
</div>
</div>

<?php
App()->getClientScript()->registerScript(
'activatePanelClickable',
'LS.pageLoadActions.panelClickable()',
LSYii_ClientScript::POS_POSTSCRIPT
)
?>

8 changes: 8 additions & 0 deletions application/views/admin/survey/QuestionGroups/group_view.php
Expand Up @@ -92,3 +92,11 @@
<?php endif; ?>

</div>

<?php
App()->getClientScript()->registerScript(
'activatePanelClickable',
'LS.pageLoadActions.panelClickable()',
LSYii_ClientScript::POS_POSTSCRIPT
)
?>

0 comments on commit a48d0a9

Please sign in to comment.