Breaking: #78581 - FormEngine TcaFlexFetch data provider removed
See forge#78581
Description
The FormEngine data provider
Tca
has been merged into data provider
Tca
.
Impact
If own registered data providers are declared to "depends" or "before"
Tca
, the
Dependency
will be unable to find it and throws an exception or sorts the own data
provider to an ambiguous place.
Affected Installations
An installation is only affected in the relatively unlikely case that an own data provider declared a
dependency to
Tca
.
Migration
Move the dependency over to
Tca
: The two data providers have been merged into one, it
should be save for any data provider to hook in before or after
Tca
instead. There
is a little additional flex form processing in
Tca
, so the flex structure might be a
bit different. Have a look at methods
remove
and
migrate
for details.