Skip to content

Commit

Permalink
Fixed issue #16149: See survey list - owner column is not correct
Browse files Browse the repository at this point in the history
Showing owenr's users_name to match sorting criteria, survey details screen and avoid confusions
  • Loading branch information
gabrieljenik committed Jul 22, 2020
1 parent 252b1f7 commit 193616b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
'header' => gT('Owner'),
'name' => 'owner',
'type' => 'raw',
'value'=>'CHtml::link(CHtml::encode($data->oOptions->owner["full_name"]), 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 193616b

Please sign in to comment.