🇨🇴Colombia @sebasgd

Account created on 6 February 2017, almost 8 years ago
#

Recent comments

🇨🇴Colombia sebasgd

I have the #273 patch installed in a multilanguage website. The webform loaded using ajax works correctly in all languages. But a new webform was created in the website and that form doesn't load with ajax. The result is that the recaptcha loads in english but not in other languages. And is something in this patch because, if I remove the patch, the recaptcha in the non-ajax webform works correctly in all languages and the recaptcha in the webform loaded using ajax stops working.

🇨🇴Colombia sebasgd

I've tested this patch and it seems to work. I only found minor thing and is that when you try to merge media, the option to remove the source item says "Remove term" instead of "Remove media".

🇨🇴Colombia sebasgd

sebasgd changed the visibility of the branch 3266357-media-and-term-merging to active.

🇨🇴Colombia sebasgd

sebasgd changed the visibility of the branch 3266357-media-and-term-merging to hidden.

🇨🇴Colombia sebasgd

This works good for me. Tested in Drupal 10.2.2 and using Claro theme.

🇨🇴Colombia sebasgd

I'm having the same issue in a website.

Drupal 10.1.0
Enabled modules: webform (6.2.0-beta6) and watchdog mailer (2.0.6). I have some webform submodules, but I also tried disabling all the others and keeping only webform and the issue was still happening.

The steps to recreate this is to install both modules and then try to clear cache.

🇨🇴Colombia sebasgd

You're right, I updated the module and now the ID is not displaying anymore. Thank you. I'll close this.

🇨🇴Colombia sebasgd

Attaching patch to fix the D10 compatibility issues (just 1).

🇨🇴Colombia sebasgd

I also stumbled into this issue, but not with the module described in the ticket. In my case it was with paragraphs.

When the user tries to add a media in the add/edit form, the modal button shows correctly.
But if the user adds a paragraph, from a different field, to the form, then if the user opens de modal again, the button shows with the gray background.

I managed to track a bit the issue. I found that some js libraries are being loaded again when the paragraph was being added to the form. One of the libraries is jquery.ui/theme.css, and this makes it to take more priority in css causing the button issue.

I attached a screenshot of the css file that gets loaded.

🇨🇴Colombia sebasgd

I'm having the same issue after removing ga_login module and updating tfa to the latest version.

🇨🇴Colombia sebasgd

I also had this issue after upgrading to Drupal 10, but in my case it was not a module, it was some block configs. I searched in all the config files for "node_type" and I found that some of the block configs had this:

visibility:
  node_type:
    id: node_type
    negate: false

I fixed it by changing the config to

visibility:
  'entity_bundle:node':
    id: 'entity_bundle:node'
    negate: false

and then importing it with drush.

🇨🇴Colombia sebasgd

Uploading here a small patch to fix this issue and revision from the community.

🇨🇴Colombia sebasgd

I created this patch to add compatibility for the module with Drupal 10.

🇨🇴Colombia sebasgd

Attaching a tiny patch that solves this issue.

Production build 0.71.5 2024