- πΊπΈUnited States smustgrave
Thinking I got tickets crossed in #28?
But ran #27 for D10 tests and had CI failures.
Creating a node with a entity reference field refer to a file got an error (on js console):
Fatal error: Call to a member function range() on a non-object in /core/modules/entity_reference/src/Plugin/entity_reference/selection/SelectionBase.php on line 184
Create a content type "File", with a file field "File"
Add some contents to "File"
Add reference field "File Reference" to "Article", then set "Type of item to reference" to "File" ("File" entity type, not "Content" entity type with bundle "File")
Open javascript console, then add new "Article"
Expected: autocomple work, with a list of file including sample.jpg
Actual: autocomple does not work, with an error:
Needs work
10.1 β¨
Used to track the progress of issues reviewed by the Drupal Needs Review Queue Initiative.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thinking I got tickets crossed in #28?
But ran #27 for D10 tests and had CI failures.