#105 fixed the issue for me (10.3.x, 8.3.). Thank you!
Had this issue and noticed that some of the views had missing/broken handlers (relationships) after updating to d10.3x, 8.3. MR!5321 at https://www.drupal.org/project/drupal/issues/2829178 π Views Term ID has broken filters ("All of", "Is none of") and contextual filters "allow multiple" Needs work solved this issue for me.
@Anybody, sorry, I posted to the wrong issue. 2852269 - "Integrate Invisible reCAPTCHA option from Google" was my issue and I posted the relative info there. All good now, thanks.
#206 patch with 8.3.x was working until updating from D10.2.6 to D10.3.2 (broke with message "The answer you entered for the CAPTCHA was not correct"). Patch from merge request 15 fixed the issue and works using 8.3.4 on D10.3.2 - php8.2. Thank you!
Patch was working for me on 10.2.6 php 8.1 however, none of the patches or module versions apply for 10.3.2. Beware if invisible captcha is placed on login pages, user will be locked out and have to disable or uninstall via drush/db.
The patch worked to prevent the end-date from getting reset to Never, after saving node [D10.2.5]. Thanks!
On D10.2.5, php 8.1 the patch #5 π Shortcut links without a title cause deprecation notices. Needs work applies clean and fixes the "Deprecated function: strnatcasecmp(): Passing null to parameter #2" error.
I can confirm #44 patch applies to D10.1.8
Confirmed #26 patch applied to 10.1.8 using drupal/verf ^2.0 version for me.
I'm unable to apply the patch using 9.5x / php 8.1.
The patch at https://www.drupal.org/project/entity_reference_revisions/issues/2799479 π Views doesn't recognize relationship to host Needs review looks to fix this error in D9.5x.
I can confirm the same issue as @Marceldeb. Steps to reproduce were making a switch from Other>Caching>"Tag based" to "None". Then switching back to "Tag based". After those two changes, the query errors out when trying to access Query.
Error:
implode(): Argument #1 ($pieces) must be of type array, string given in implode() (line 319 of /code/web/core/modules/views/src/Plugin/views/query/Sql.php)