Simon Schweißinger
Simon Schweißinger
> Have you seen [statamic/cms#9385](https://github.com/statamic/cms/pull/9385)? Yes I _had_ seen it, but actually forgot about it (fun fact: it was opened by one of my team members 🙈😄). Anyway, the approach...
> We're [no longer accepting](https://statamic.dev/release-schedule-support-policy#support-policy) fixes to `4.x`, can you re-target this PR for `5.x`? Ah, sorry, didn't think about that 🙈 The project this is relevant to is still...
@duncanmcclean done for now Still on the 4.x branch I already realised that the publish/unpublish actions also don't show any errors if saving fails. I've added a way of letting...
I've split up the changes into two new PRs: - #10263 implements the changes initially targeted above - #10264 implements the follow-up changes handling the feedback of failed actions
We just realised in a different case that this also applies to the 'delete' action. I have extended the code to also cover that.
Uh, I should cover the `array` case as well 🙈 Back to draft. Maybe a test wouldn't harm either. EDIT: `mode: range` handling added, plus tests ✔️