🇦🇷Argentina @lucasvm

Account created on 28 December 2009, almost 15 years ago
#

Recent comments

🇦🇷Argentina lucasvm

I can experience this issue on Drupal 10.2.6 with Conditional Fields 4.x dev

Patch apply does not work:
https://www.drupal.org/files/issues/2024-02-21/2902164-159.patch (Conditional Fields)
Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2024-02-21/2902164-159.patch

Added a rule inside Paragraph bundle in /admin/structure/conditional_fields/paragraph/my_paragraph

🇦🇷Argentina lucasvm

This module has json api exposed? Is there any link inside drupal?

🇦🇷Argentina lucasvm

#3 worked for me, first you need to add a cluster on admin/config/search/elasticsearch-connector/cluster/add then it will appear on the admin page.

🇦🇷Argentina lucasvm

Patch #8 worked for us, we had to edit the yaml to get it working, pathautho was the problem.

🇦🇷Argentina lucasvm

I can confirm patch works on Drupal 10.1 with updated module via composer.

🇦🇷Argentina lucasvm

I can confirm this issue still exists on Drupal 10.1 i got fixed by adding this to the .theme file instead of creating a new page inc

function THEME_page_attachments_alter(&$variables) {
  if(\Drupal::currentUser()->isAnonymous()) {
    $variables['#attached']['html_head'] = array_filter($variables['#attached']['html_head'], function($item) {
      return $item[1] !== 'anti_flicker_js';
    });
  }
Production build 0.71.5 2024