- Issue created by @p-neyens
- Merge request !20Reset the "entity_validated" property to execute again the #entity_builders... → (Open) created by p-neyens
In combination with the token and menu_ui module the entity builder method "token_node_menu_link_submit" run twice. Once for the default validation/submit flow and once within the RequiredApiFormErrorHandler->handleFormErrors().
Create a new node and save it. After save 2 menu content links are been created. One still linking to /node/{uuid}
When we clone the form_state we need to reset the temporary "entity_validated" value to false.
Active
3.0
Code