Skip to content

Commit

Permalink
Merge pull request #661 from marmelab/allow_filter_custom_action
Browse files Browse the repository at this point in the history
[RFR] allow to add filter when using custom actions
  • Loading branch information
jpetitcolas committed Sep 3, 2015
2 parents 9a6150d + 4020adb commit b2efd6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/javascripts/ng-admin/Crud/misc/view-actions.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<span ng-repeat="button in buttons" ng-switch="button" class="view_actions">
<ma-filter-button ng-switch-when="filter" filters="filters()" enabled-filters="enabledFilters" enable-filter="enableFilter()"></ma-filter-button>
<ma-view-batch-actions ng-switch-when="batch" buttons="batchButtons()" selection="selection" entity="entity"></ma-view-batch-actions>
<ma-back-button ng-switch-when="back"></ma-back-button>
<ma-list-button ng-switch-when="list" entity="entity"></ma-list-button>
Expand Down

0 comments on commit b2efd6a

Please sign in to comment.