Yes, I upgraded to version 7 beta and the error is the same. So this is the problem with this particular version.
When trying to run drush updb I get the following error: ArgumentCountError: Too few arguments to function Drupal\access_policy\AccessPolicyValidator::__construct(), 3 passed and exactly 4 expected in Drupal\access_policy\AccessPolicyValidator->__construct() (line 75 of /app/web/modules/contrib/access_policy/src/AccessPolicyValidator.php).
When I try to access the site, I get this error:
Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException: Circular reference detected for service βaccess_policy.validatorβ, path: βaccess_policy.validator -> exception.access_policy_htmlβ. in Drupal\Component\DependencyInjection\Container->get() (line 149 of core/lib/Drupal/Component/DependencyInjection/Container.php).
Exactly the same problem I have now when I update the module to beta9. Unfortunately I can't just uninstall the old configuration along with the module, installing and configuring it all over again.
mero.s β changed the visibility of the branch 3513148-using-var-in to hidden.
mero.s β created an issue.
Patch if you don't have time to wait for module update and need something now.
Looks good for me.
Are we making any progress on this?
Looks good for me.
Looks good to me. Good job.
Facet fields are locked when ajax is used.
All fields are available, but after the first use and refreshing the results, all fields are locked. I think this is due to the fact that there was a problem with ajax when the user selected the value of another field immediately without waiting for the changed value of the first field to load. And that's why disabled was added for all fields until the ajax works completely. But because of this another strange problem arose - after the first modified field is processed, the result is updated with ajax, but the fields do not stop being disabled.
Sorry for the previous comment, the patch is not quite correct for the core. This one should work.
mero.S β created an issue.
Comment 9 helped me, I decided to make a patch for those who will be looking for a quick fix.
Please review this patch.
mero.S β created an issue.