mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 11:54:33 +03:00
3817f583fa
closes https://github.com/TryGhost/Team/issues/2275 When deleting a member, after confirming deletion another "unsaved changes" modal popped up. From that point, if you clicked to stay you remained on the member screen with stale data (the member was still deleted) resulting in further errors when any attempt to make changes was made. - prevented the unsaved changes check running for a deleted member because it would always return `true` in that case - ensured the data setup for the unsaved changes check still occurs when a member is accessed directly via the URL - previously it was skipped because the data setup only occurred inside `fetchMemberTask` but that isn't called when the route already loaded the model via it's `model()` hook |
||
---|---|---|
.. | ||
filters | ||
modals | ||
filter-value.hbs | ||
filter-value.js | ||
filter.hbs | ||
filter.js | ||
list-item-column.hbs | ||
list-item-column.js | ||
list-item-loading.hbs | ||
list-item.hbs | ||
list-item.js |