Skip to content

Commit

Permalink
Fixed issue #14243: applying filter on CPDB grid disables grid button…
Browse files Browse the repository at this point in the history
… actions
  • Loading branch information
dominikvitt committed Nov 22, 2018
1 parent b75afc0 commit 9869167
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@
'htmlOptions' => array('class'=> 'table-responsive'),
'itemsCssClass' => 'table table-responsive table-striped',
'filter'=>$model,
'afterAjaxUpdate' => 'function(id, data){LS.CPDB.bindButtons;bindListItemclick();}',
'afterAjaxUpdate' => 'function(id, data){LS.CPDB.bindButtons;LS.CPDB.participantPanel();bindListItemclick();}',
'ajaxType' => 'POST',
'beforeAjaxUpdate' => 'insertSearchCondition',
'template' => "{items}\n<div id='tokenListPager'><div class=\"col-sm-4\" id=\"massive-action-container\">$massiveAction</div><div class=\"col-sm-4 pager-container ls-ba \">{pager}</div><div class=\"col-sm-4 summary-container\">{summary}</div></div>",
Expand Down

0 comments on commit 9869167

Please sign in to comment.