I fixed my problem by reconfiguring the Custom Queue Worker with this example :
https://www.alansaunders.co.uk/blog/queues-drupal-8-and-9
I ran into this problem after updating drupal to 10.2.
The patch give me "Missing lease time for cron" in my log.
I created a queue mail function from a sample floating around the web few years ago.
Can you give me an example, link to a custom queueworker plugins which is well configured for 10.2?
Patch #4 not working for me.
I have 3 accordion items.
The first is open, the two others are closed.
There are required field in the second and third acordion items.
If I click on submit button just after filling the first accordion, an error still appears in the console without message for the user
An invalid form control with name='field_onglet3_perso_description[0][value]' is not focusable.
I have the same problem in french. Impossible to have the translation....
I change the loading of the form :
$noeud_form = \Drupal\node\Entity\Node::create(['type' => $variables['formulaire']]);
$formulaire_to_add = \Drupal::service('entity.form_builder')->getForm($noeud_form);
$variables['formulaire_to_add'] = $formulaire_to_add;
in twig : {{ formulaire_to_add }}
How can I specify to autosave the form ?
Regards,