Account created on 25 June 2005, over 19 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States stephen Verdant

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?

πŸ‡ΊπŸ‡ΈUnited States stephen Verdant

@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

Production build 0.71.5 2024