Skip to content

Commit

Permalink
Merge pull request #1491 from gabrieljenik/bug/16149-See-survey-list-…
Browse files Browse the repository at this point in the history
…owner-column-is-not-correct

Fixed issue #16149: See survey list - owner column is not correct
  • Loading branch information
eddylackmann committed Jul 23, 2020
2 parents 746140d + 193616b commit 9df4af0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@
'header' => gT('Owner'),
'name' => 'owner',
'type' => 'raw',
'value'=>'CHtml::link(CHtml::encode($data->oOptions->admin), Yii::app()->createUrl("admin/survey/sa/view/",array("surveyid"=>$data->sid)))',
'value'=>'CHtml::link(CHtml::encode($data->oOptions->owner["users_name"]), Yii::app()->createUrl("admin/survey/sa/view/",array("surveyid"=>$data->sid)))',
'headerHtmlOptions'=>array('class' => 'hidden-md hidden-sm hidden-xs'),
'htmlOptions' => array('class' => 'hidden-md hidden-sm hidden-xs has-link'),
),
Expand Down

0 comments on commit 9df4af0

Please sign in to comment.