Breaking: #78899 - Remove extJSCODE
from FormEngine result array
See forge#78899
Description
The key ext
in the array returned by FormEngine's Container
and Element
(initialized
in Abstract
) has been removed.
Impact
JavaScript code added to ext
by custom elements will not be evaluated anymore.
Affected Installations
Search extensions for the string ext
. This array is used rather seldom, but if there are matches
in combination with Backend Form classes, they should be adapted.
Migration
For a simple solution, add according JavaScript to the return key additional
for now.
Both keys were used nearly identically anyway. Be aware that both keys additional
and
additional
are target of a later removal as soon as a better JavaScript side event handling
for those scenarios is in place. See if the current code injected at this point could be done with
casual Require
instead already.