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
front/salix/components/log

View File

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