Skip to content

Commit

Permalink
Fixed issue #7628: After inserting an response entry using data entry…
Browse files Browse the repository at this point in the history
… the link to view the record links back to response summary instead
  • Loading branch information
c-schmitz committed Mar 2, 2013
1 parent e083fa6 commit 0d971ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/dataentry/insert.php
Expand Up @@ -82,7 +82,7 @@
<br /><br />

<?php if(isset($thisid) && hasSurveyPermission($surveyid, 'responses','read')): ?>
<input type='submit' value='<?php $clang->eT("View this record"); ?>' onclick="window.open('<?php echo $this->createUrl('/admin/responses/sa/action/surveyid/'.$surveyid.'/id/'.$thisid); ?>', '_top')" />
<input type='submit' value='<?php $clang->eT("View this record"); ?>' onclick="window.open('<?php echo $this->createUrl('/admin/responses/sa/view/surveyid/'.$surveyid.'/id/'.$thisid); ?>', '_top')" />
<br /><br />
<?php endif; ?>

Expand Down

0 comments on commit 0d971ac

Please sign in to comment.