Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity_reference.module
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Mar 2015 at 08:23 UTC
Updated:
30 Mar 2015 at 20:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
claudiu.cristeaPatch.
Comment #2
amateescu commentedSince we (still) don't have an easy way to get the plural label of an entity type (i.e. #1850080: Entity type labels lack plurality, cannot generate UI text based on label if plural is needed), I think we have to keep this hardcoding in ER selection handlers and it makes sense to do it in the specific selection handlers.
Also added a beta evaluation to the issue summary.
Comment #4
claudiu.cristeaOoops! :)
Comment #6
amateescu commentedYep, brain code-parser didn't spot that :/
Comment #9
webchickYikes. :\ Didn't realize we were exposing that confusing word in the UI anywhere, but I guess it's a pre-existing condition.
Anyway, this seems fine. It reduces fragility and doesn't break anything.
Committed and pushed to 8.0.x. Thanks!