Hi,
we ran into some issues with nested fragments and disabled fields, too.
Instead of using the mixin we ended up triggering the fragments ourselves
with CoffeeScript:
define ['jquery', 't5/core/events', 't5/core/form-fragment'], ($, events) ->
fieldChange = (event) ->
$('#formFragm
The amount of code broken by this issue is substantial. I'd rather consider
maintaining my own fork from 5.4-beta6 (outdated dependencies is my only
concern about this version, everything else works perfectly).
On Mon, Jan 6, 2020 at 4:26 PM Ben Weidig wrote:
> Hi,
>
> we ran into some issues wi
Hello everyone and Happy New Year!
Just following up to see where we are at with testing of 5.5-beta-3. We
are testing using a private build from master to pickup the recent
changes and have not run into any compatibility issues so far. I am
curious whether anyone has run into any show stopp