- Issue created by @mparker17
- 🇨🇦Canada mparker17 UTC-4
(Updated the code snippet in the issue summary to use search_api.task_manager to load the tasks by properties)
- Merge request !243Issue #3529273: Show which Server Tasks are pending on Server view page → (Open) created by mparker17
- 🇨🇦Canada mparker17 UTC-4
Okay, I have created a merge request with a simple solution. Feedback welcome!
- 🇨🇦Canada mparker17 UTC-4
(update issue summary now that ✨ Allow a Server plugin to say it doesn't support adding, removing indexes Active exists)
- Status changed to Needs review
about 1 month ago 6:12pm 28 August 2025 - 🇦🇹Austria drunken monkey Vienna, Austria
drunken monkey → made their first commit to this issue’s fork.
- 🇦🇹Austria drunken monkey Vienna, Austria
Thanks for posting, this is a great idea! I do think this could be helpful to users from time to time. And brilliant that you already included test coverage!
However, I don’t think it’s appropriate to just show this list any time there are pending tasks, for two reasons:
- For inexperienced users, this will just be confusing without helping them at all – we want them to just click “Execute tasks”, not make them think they need to understand what is happening. (If it doesn’t work, they will be stumped either way.)
- Sites have been known to accumulate vast amounts of pending tasks. We don’t want to WSoD the page in this case.
For this reason, I think we need an extra page for this list – which, come to think of it, might just be a pre-configured view for the Task entity? We could then just link to that page and not overload this already confusing wall of text further. (An additional advantage of a view would that we could then also link to that from the Overview page, without filtering for a particular server.)
Not sure whether there are pitfalls with the view idea (I think the fact that this would remove the functionality for sites where Views is not installed would be fine), but I do think this needs to be a separate page.
Would you be willing to make the necessary changes to the MR?In any case, thanks a lot again for this!
PS: Sorry for the late reply, I’m unfortunately a bit behind on my issue queue work.