Closed (fixed)
Project:
Node title help text
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2017 at 00:00 UTC
Updated:
8 Dec 2017 at 10:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
froboyI've taken a stab at this using
hook_inline_entity_form_entity_form_alter. It's basically the same method as in theform_alterbut I had to use a little different method to grab the node type.Comment #3
brian-c commentedModified froboy's patch above to assert
$node_typebefore accessing thegetThirdPartySettingmethod. Was running into some issues with IEF and Media entities.Comment #5
jadhavdevendra commentedValidated #3 working as expected.
Code is now available in latest dev release. Will create new stable release in some days.
Comment #6
jadhavdevendra commented