- 🇳🇿New Zealand quietone
The work in the patch was done in #3291208: Remove stray ignore deprecation patterns → . The tests must have been fixed somewhere along the way as well but I didn't find where.
In
#2989745: views_update_8500() inlines configuration changes instead of this being done on config save for bc →
we added the following message to DeprecationListenerTrait
:
ViewsConfigUpdater::updateEntityLinkUrlAndExposedFilterOperator() is deprecated in drupal:8.9.0 and is removed from drupal:10.0.0. Module-provided Views configuration should be updated to accommodate the changes described at http://drupal.org/node/2857891.
In fact several test views trigger it.
Fix test views to as suggested in http://drupal.org/node/2857891.
None
None
None
None
Closed: outdated
11.0 🔥
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The work in the patch was done in #3291208: Remove stray ignore deprecation patterns → . The tests must have been fixed somewhere along the way as well but I didn't find where.