- Issue created by @mably
- Merge request !15Issue #3420915 by mably: Remove Ajax command breaking autocomplete in view filter → (Merged) created by mably
- 🇫🇷France mably
Ok, it looks like the related HTML code is specific to the taskconsole controller: https://git.drupalcode.org/project/maestro/-/blob/3.1.0/modules/maestro_...
Still, after some testing, it seems that the incriminated Ajax
HtmlCommand
is not required for the taskconsole.It should definitely not be called on the
MaestroEngineProcessDetails
Views fields (where the#maestro-ajax-<id>
wrapper is not present) to avoid breaking other Ajax elements on the page or at least be properly handled. - Status changed to Needs review
10 months ago 10:42pm 13 February 2024 - 🇫🇷France mably
Ok, got it.
It's probably just a copy/paste error in the code: we were referencing the wrong DOM element from taskconsole.
Fixed in the MR.
- Status changed to RTBC
10 months ago 9:58am 14 February 2024 - 🇨🇦Canada _randy
I'll give this patch a go to help alleviate any customization to the base views etc. Just needs a re-roll.
- Status changed to Needs review
10 months ago 6:31pm 20 February 2024 - 🇨🇦Canada _randy
Leaving this open as I will need to check installations to be sure this hasn't broken anything.