Web: fix worker status filter not updating
Fix the status filter dots not updating when a worker changes status.
This commit is contained in:
parent
1355ec5e1d
commit
e0395e73bf
@ -160,7 +160,7 @@ export default {
|
|||||||
promise
|
promise
|
||||||
.then(this.sortData)
|
.then(this.sortData)
|
||||||
.then(() => { this.tabulator.redraw(); }) // Resize columns based on new data.
|
.then(() => { this.tabulator.redraw(); }) // Resize columns based on new data.
|
||||||
.then(this.refreshAvailableStatuses);
|
.then(this._refreshAvailableStatuses);
|
||||||
|
|
||||||
// TODO: this should also resize the columns, as the status column can
|
// TODO: this should also resize the columns, as the status column can
|
||||||
// change sizes considerably.
|
// change sizes considerably.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user