Recent comments

πŸ‡«πŸ‡·France zorax Monoblet

zorax β†’ created an issue.

πŸ‡«πŸ‡·France zorax Monoblet

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?

πŸ‡«πŸ‡·France zorax Monoblet

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.

πŸ‡«πŸ‡·France zorax Monoblet

I have the same problem in french. Impossible to have the translation....

πŸ‡«πŸ‡·France zorax Monoblet

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,

Production build 0.71.5 2024