I'm using the fieldable_panels_panes module to create fieldable panes. I've created bundles through a custom module as described in the fieldable_panels_panes readme file.

When creating an entity reference field, I'm able to configure it to reference the fieldable_panels_panes entity and then choose one of my custom bundles. However when creating a new piece of content with my entity reference field, it's unable to retrieve any results regardless of the widget type.

CommentFileSizeAuthor
#1 fpp_reference_missing_title.png3.49 KBcaschbre

Comments

caschbre’s picture

Title: Autocomplete not returning fieldable_panels_panes » Missing titles / labels with entity reference
Project: Entity reference » Fieldable Panels Panes (FPP)
Version: 7.x-1.0-rc5 » 7.x-1.2
StatusFileSize
new3.49 KB

Moving this to the FPP issue queue after further testing.

It looks like entity reference is able to reference the FPPs but the title / label of the FPP isn't always showing up in the form field. I'm guessing this has something to do with whether or not the FPP has an administrative title. Looks like that's what entity reference is trying to display.

Entity Reference with FPP missing titles

Should a FPP always have an admin title? I see that you can only create one if you choose to make it re-usable.

Would it be possible to have the admin title be the machine name (whatever combination of module, delta, etc.) that uniquely identifies the FPP? It would use the auto-generated value only if the user does not make it re-usable?

Or possibly always allow an admin title?

dave reid’s picture

Status: Active » Closed (duplicate)