🇪🇸Spain @espurnes

Account created on 23 January 2007, almost 18 years ago
#

Recent comments

🇪🇸Spain espurnes

Hello,

Any update on the #27 issue?
Is there any other issue thread addressing that?

Thanks

🇪🇸Spain espurnes

Any progress on this issue?

I face the same issue when creating a custom entity, if the module is already enabled, the table is not created. By uninstalling and enabling it again, the tables are created, but this flow cannot be done in a production site.

Is there a way to force the table creation if the module was already enabled before the new entity gets created?

Thanks

🇪🇸Spain espurnes

After updating to Drupal version 10.3.1 (I was before at version 10.2.4), the "An error occurred during the execution of the Ajax response: LoadJS" error is generated on my custom code after CTAs with ajax actions that should replace page content. Big pipe is not enabled. So it should be related with the way I perform the ajax calls (or the addition of the libraries) and the way drupal 10.3 processed them.

Applying patch #2 solves the issue.

🇪🇸Spain espurnes

Patch with the previously described changes.

🇪🇸Spain espurnes

After some digging I was not able to keep the $form[$child_id]['#access'] = FALSE; in the MultistepController rebuildForm method and preserve the updated step fields values when going back to the previous step.

So, even if it is not the best option, I decided to add a new configuration (use_hidden_flow) at step level to change the $form[$child_id]['#access'] = FALSE; by a $form[$child_id]['#attributes']['class'][] = 'hidden';.

If in a form with 3 steps, we enable the use_hidden_flow, all the fields will be rendered (but hidden with css) on each step.

If in step 2, when going back to step 1, the step 2 changes are applied. So, when returning to step 2 the fields do have the previous values.

If the new parameter use_hidden_flow is not enabled, the module continues working as before.

🇪🇸Spain espurnes

Hello,
same issue here. It seems related to the step where the image field is placed.

I have an image field with up to 6 allowed values (cardinality).

On a form with 3 steps:

  • if the image is placed on first step it works ok, it displays just one input image
  • if the image is placed on second step, it displays two inputs
  • if the image is placed on third step, it displays three inputs

If I create a fourth step and I move the image field to that step, I get 4 image inputs.

🇪🇸Spain espurnes

I have this problem after enabling View Unpublished module.

The rows of the views with a node entity_reference empty are not visible for any user. Just user-1 can see them.
Disabling this module it works for all the users with privileges.

I applied the patch #195 . With the patch applied the rows are shown for all the users with privileges, but all the other views (without node entity_reference) shows no results.

Any suggestion?

Production build 0.71.5 2024