This change works βbut overwrote my changes via hook_inline_entity_form_reference_form_alter
I think what is happening:
class InlineEntityFormComplexOpen
public function formElement
$element['form'] += inline_entity_form_reference_form($element['form'], $form_state);
which calls
\Drupal::moduleHandler()->alter('inline_entity_form_reference_form', $reference_form, $form_state);
... and then after the alter this #value is set where it can't be changed...
$element['form']['actions']['ief_reference_save']['#value'] = ...
I'm not sure the best way to keep the code concise β maybe use hook_inline_entity_form_reference_form for the potential-conflict variables?
@erdm #4: I think message_delete_multiple is a separate bug not related to entity clone, see: Message delete multiple error: Entity queries must explicitly set ...access checked π Message delete multiple error: Entity queries must explicitly set ...access checked Fixed
stephen Verdant β created an issue.
stephen Verdant β made their first commit to this issueβs fork.