231801_test_to_master #1519

Merged
alexm merged 490 commits from 231801_test_to_master into master 2023-05-12 06:29:59 +00:00
1 changed files with 2 additions and 12 deletions
Showing only changes of commit e70b0b22f3 - Show all commits

View File

@ -42,18 +42,8 @@ export default class Controller extends Section {
$postLink() {
this.resetFilter();
const {$} = this;
$.$watch(
() => [
$.filter.changedModelValue,
$.filter.who,
$.filter.changedModel,
$.filter.changedModelId,
$.filter.userFk,
$.filter.actions,
$.filter.from,
$.filter.to
],
this.$.$watch(
() => this.$.filter,
() => this.applyFilter(),
true
);