Closed (fixed)
Project:
Super Term Reference Autocomplete Widget
Version:
8.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Feb 2021 at 17:06 UTC
Updated:
23 Jul 2021 at 16:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
VanHomero commentedhere the solution.
Comment #3
ekes commented`DefaultSelection::$entityTypeBundleInfo` and `DefaultSelection::$entityTypeManager` were introduced in 8.7 so it might be wise to increase the minimum version to be clear; for the rest fixes the call to non-existent ::$entityManager in 9.x .
Comment #4
jcnventuraI'll use the core_version_requirement to require Drupal 8.7.7 or higher.
Comment #6
jcnventura