Breaking: #76879 - Remove unused property pidSelect from AbstractDatabaseRecordList
See forge#76879
Description
The unused public property
pid
has been removed from the
Abstract
class.
Impact
Extensions which use the public property will throw a fatal error.
Affected Installations
All installations with a 3rd party extension using the
pid
property.
Migration
Use
Abstract
to set an array of page ids
that should be used to restrict the query.