Hello thank you for suggesting this awesome new feature.
Unfortunately I do not use this module in any of my current projects and I have no time to dedicate to new features.
But of course patches are welcome, I'll be happy to review some code.
Keeping the current status active, in case anybody wants to join!
I confirm the issue
p4trizio → created an issue.
This is still an issue for webform_counter 2.0.0
Patch is working, now I can override the config app_id on settings.php
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.'
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.
Patch #4 works great
Input value "f" contains a non-scalar value.
Changing
$facetParam = \Drupal::request()->query->get('f');
to
$facetParam = \Drupal::request()->get('f');
I have the same issue
p4trizio → created an issue.
p4trizio → created an issue.
p4trizio → created an issue.
I confirm the issue, I'm creating patterns for every vocabulary as a temporary fix
Patch works perfectly, thanks
Can you please tag a new release?
Thanks
p4trizio → created an issue.
I close this issue in favor of https://www.drupal.org/project/webform_submission_files_download/issues/... →
p4trizio → created an issue.