Skip to content

Commit

Permalink
Add set values menu item to right toolbar menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ereminmdev committed May 20, 2022
1 parent 47211be commit 0c69c03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/default/_index-toolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
'<li role="presentation" class="divider"></li>',
['label' => Yii::t('crud', 'Reset filter'), 'url' => $controller->urlCreate([], false, false)],
'<li role="presentation" class="divider"></li>',
['label' => Yii::t('crud', 'Set values'), 'url' => $controller->urlCreate(['setvals', 'id' => 'all'])],
'<li role="presentation" class="divider"></li>',
[
'label' => Yii::t('crud', 'Delete all'),
'url' => $controller->urlCreate(['delete', 'id' => 'all']),
Expand Down

0 comments on commit 0c69c03

Please sign in to comment.