Account created on 3 December 2008, over 15 years ago
#

Recent comments

🇮🇹Italy p4trizio

This is still an issue for webform_counter 2.0.0

🇮🇹Italy p4trizio

Patch is working, now I can override the config app_id on settings.php

🇮🇹Italy p4trizio

I have the same issue.
The provided update function does not work in my case because it tries to fix only 'page_manager.page_variant.' configs.
In my case I had to change 'page_manager.page.'

🇮🇹Italy p4trizio

For some reasons, this patch is already in Drupal 10.1.x
I upgraded a website using this patch from D9 to D10.1 and the patch was obviously failing.

🇮🇹Italy p4trizio

Input value "f" contains a non-scalar value.
Changing

$facetParam = \Drupal::request()->query->get('f');

to

$facetParam = \Drupal::request()->get('f');

🇮🇹Italy p4trizio

I confirm the issue, I'm creating patterns for every vocabulary as a temporary fix

Production build 0.69.0 2024