Ghost/ghost/admin/app/components/members
Sag 98b51b666d
Fixed ember concurrency cancellation errors (#20324)
fixes https://linear.app/tryghost/issue/SLO-121
fixes https://linear.app/tryghost/issue/SLO-138
fixes https://linear.app/tryghost/issue/SLO-139
fixes https://linear.app/tryghost/issue/SLO-140
fixes https://linear.app/tryghost/issue/SLO-141
fixes https://linear.app/tryghost/issue/SLO-142

- ember-concurrency prevents two executions of the same task from
running at the same time
- when a task is cancelled, the library raises an error by default
- however, we don't need to surface that error as the cancellation of
the second execution is intentional
2024-06-04 16:20:49 +02:00
..
filters
modals
filter-value.hbs
filter-value.js
filter.hbs
filter.js Fixed ember concurrency cancellation errors (#20324) 2024-06-04 16:20:49 +02:00
list-item-column.hbs
list-item-column.js
list-item-loading.hbs
list-item.hbs
list-item.js