Skip to content

Commit

Permalink
Fixed issue: survey list, sort arrow direction not updated when sorti…
Browse files Browse the repository at this point in the history
…ng by a column
  • Loading branch information
LouisGac committed Jun 9, 2016
1 parent 3b18a19 commit b3de0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/survey/listSurveys_view.php
Expand Up @@ -172,7 +172,7 @@
),
'itemsCssClass' =>'table-striped',
//'htmlOptions'=>array('style'=>'cursor: pointer;'),
'htmlOptions'=>array('style'=>'cursor: pointer;', 'class'=>'hoverAction'),
'htmlOptions'=>array('style'=>'cursor: pointer;', 'class'=>'hoverAction grid-view'),
//'selectionChanged'=>"function(id){window.location='" . Yii::app()->urlManager->createUrl('admin/survey/sa/view/surveyid' ) . '/' . "' + $.fn.yiiGridView.getSelection(id.split(',', 1));}",
'ajaxUpdate' => true,
'afterAjaxUpdate' => 'doToolTip',
Expand Down

0 comments on commit b3de0d8

Please sign in to comment.