Skip to content

Commit

Permalink
relations: add "clear filters" button
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackbitDevs committed Dec 16, 2024
1 parent 90c1406 commit 7a7e931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/js/pimcore/object/tags/abstractRelations.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pimcore.object.tags.abstractRelations = Class.create(pimcore.object.tags.abstrac
text: t("clear_filters"),
handler: function (button) {
this.component.filters.clearFilters();
this.component.getStore().clearFilter();

let columns = this.component.getColumns();
for (let i = 0; i < columns.length; i++) {
Expand Down

0 comments on commit 7a7e931

Please sign in to comment.