- 🇺🇸United States smustgrave
This issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request → as a guide.
Seems like a great feature.
#7 still applies to 10.1 too!
Was previously tagged for tests which still need to happen
Thanks!
- 🇧🇷Brazil murilohp
I was taking a look at the bug and I've written a new test for it, the test will try to save a new reference field without checking any bundles and then validate the new description. I think this will cover the feature.
PS: I've also updated the IS with some steps to reproduce.
- Status changed to Needs review
almost 2 years ago 7:51pm 27 January 2023 - Status changed to RTBC
almost 2 years ago 8:41pm 27 January 2023 - Status changed to Needs review
almost 2 years ago 10:30am 30 January 2023 - 🇷🇴Romania amateescu
The target bundles selector was made required based on UX review of the Entity Reference, very soon after it went into 8.x core, see #1953444: Make 'target bundles' required on the Entity reference instance settings form → and #1847596-119: Remove Taxonomy term reference field in favor of Entity reference → .
We shouldn't undo that change without going through a discussion with the usability team.
- 🇫🇮Finland simohell
What happens if we have content types
- Dog
- Horse
- Kennel
- StableIn Kennel we have field referencing Dog and in Stable we reference Horses.
Content type Dog is deleted.
Will Kennel start referencing Horses as no content type is selected?
We add content type Fence material.
Will Kennel then reference Horses and Fence materials?
- Status changed to Needs work
almost 2 years ago 6:44pm 19 February 2023 - 🇺🇸United States benjifisher Boston area
Usability review
We discussed this issue at 📌 Drupal Usability Meeting 2023-02-17 Fixed . That issue has a link to a recording of the meeting.
For the record, the attendees at the usability meeting were @AaronMcHale, @BlackBamboo, @benjifisher, @gaurav mahlawat, @lauriii, @rkoller, @shaal, and @simohell.
The points raised in #16 and #17 are valid. We agreed not to follow this approach.
An alternative to consider is adding an explicit option to toggle between "allow only the selected types" and "allow any but the selected types". This would be similar to the way page restrictions work when configuring block visibility. The other block visibility options do not follow this pattern, but perhaps they should. (See ✨ Add support for negating user role condition for block visibility Needs work , for example. I am adding that as a related issue.)
Another alternative would be to add an "All" option at the top of the list. If that is selected, then hide the other options.
Before implementing either alternative, it would help a lot to do some user testing and consider other places in Drupal core that folllow similar patterns.