Closed (fixed)
Project:
Entity Browser
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Feb 2016 at 11:24 UTC
Updated:
7 Jul 2016 at 14:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
slashrsm commentedComment #3
DeFr commentedLet's fix this, given that it produces a Fatal error that's rather easy to run into.
Comment #4
marcoscanoJust stumbled on #2721827: Configuration form is missing for the View selection display plugin with the same mis-configured plugin ("View selection display") and had the fatal error mentioned there.
I can confirm that without the patch the error is reproducible and that the patch in #3 solves the issue.
Marking as RTBC
Comment #5
DeFr commented@slashrsm pointed out that Media ID was only correct for Entity Browser used to reference media entities, and that the actual field name depends on the entity type, which is a good point.
Attached patch tweaks the wording a bit, to try to get something more generic while still providing examples.
Comment #8
DeFr commentedSame as #5 but without the parse error.
Comment #9
slashrsm commentedWhile this is needed for the view widget it is not in this case. Any view display can theoretically be used here.
Otherwise looks great. Thanks!
Comment #10
DeFr commentedLet's list all views display then. I think there's a few display in there that are going to cause some weirdness if chosen (Feed and REST Export for example will make the entity browser look strange), but as long as the site builder picks up an appropriate display it should work.
Comment #11
slashrsm commentedCommitted. Thanks!