This patch resolved my issue on the latest version of Drupal 10.3.11 and 10.4.1. The comment described in #12 sums up the problems. I was upgrading from a previous version 2.0-alpha with older config.
RTBC
Hello, I installed this module and was going to use it for help text and noticed and issue with element not displaying when it was set true. I add a couple of changes to display when empty on the helper widget. I've tested this locally on my drupal 10 install. This is ready for review.
grgcrlsn321 β created an issue.
This is working good now. Thanks!
RTBC
I tested and reviewed the code change. The revision log cleared when editing page content and saving. Making new changes and saved once more and was forced to add text to the revision. Each time I saved the content page the revision cleared as expected.
RBTC
Commenting to escalate the issue. Having the same experience when searching for images in Media Library images are not selectable in grid mode. Switching back forth the checkboxes appear, but if you search and apply filters results will vary on if you can select the image based on the string name.
I also notice another issue where the wrong image is inserted after selecting a checkbox and only happens when grid view is showing images without checkbox.
Also running into the same issue as @tomthorp. I notice the issue prior to upgrading to Drupal 10. I assume the issue is between upgrading module versions. If there is any way to update?
Ran into the same issue as @DamiemMcKenna when updating 2.0 -> 3.0. After running the drush eval command site started working again.
Made a small typo on the last patch file upload. Use this patch for 8.x-3.3 release.
Really appreciate the input @danflanagan8, I updated the patch with your suggestions and made sure to include the addtocalendar.api.php file.
Thanks!
Rerolled the patch for latest release 8.x-3.3.
I created a patch for Drupal 10 compatibility. Major change was adding accessCheck(False) to entityQuery.
grgcrlsn321 β created an issue.
Fixed my previous patch from comment #4.
Re-rolled patch#2 with check on null for strip_tags.
Deprecated function: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in Drupal\addtocalendar\Plugin\Field\FieldFormatter\AddToCalendar->getProperValue() (line 233 of modules/contrib/addtocalendar/src/Plugin/Field/FieldFormatter/AddToCalendar.php).
It looks like the latest 1.x branch has the code change, but hasn't been released.
https://www.drupal.org/project/entity_access_groups/issues/3202391 β
grgcrlsn321 β created an issue.