Important: Extended JobRepository method signatures
Description
To support the new "Show hidden records" plugin option, the
\FGTCLB\ gained an
extended and a new method:
find— the new optionalBy Job Type (int $job Type, bool $include Hidden = false): Query Result Interface $includeparameter was appended.Hidden find— new method used on the no-filter listing path in place of the inheritedAll Jobs (bool $include Hidden = false): Query Result Interface find, so the option can be honoured there as well.All ()
When
$include is
true, the query ignores only the
disabled (hidden) enable field via the Extbase query settings.
Impact
The change is non-breaking: the new parameter has a default value and
the additional method does not alter existing signatures. Projects that
extend or replace
Job should adopt the same signatures
when overriding these methods.
Affected Installations
Only installations that extend or override
\FGTCLB\ need to take
the extended signatures into account. All other installations are
unaffected.