Should this bug be critical? It's on the edge, but it does cause loss of existing data in custom fields added to the instance entity.
awolfey β created an issue.
awolfey β created an issue.
awolfey β created an issue.
I encountered this error in a different situation, and the patch in #6 also works for me. Thanks.
#10 fixes my issue. I encountered the error after deleting all group owner and members from the admin/people page. I selected to delete the users' content groups, but that was not the case. Perhaps the order of user deletion had something to do with it.
#77 is working for us. Thank you.
This patch works for us. Thank you.
@ahmed, it looks like you're expecting an svg, but I'm getting a png. What kind of image toolkit are you using? PNG does work here < img src="[encoded_png_code_here]" >, which is why this patch works for me. Thanks.
Module version: 2.0.8
Drupal: 10.1.4
PHP: 8.1
I have the same problem. Without the image tag the raw png data is printed.
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA.....
The patch fixes this for me.
Following https://www.drupal.org/project/anchor_link/issues/3406349#comment-15428734 π Anchor button breaks CKEditor5 Needs review fixed the issue for me.
awolfey β created an issue.
Thank you malaynayak.
awolfey β created an issue.
Hi, I added you as a maintainer. Please work with the other people who requested maintainership to see if they should also be added.
Thanks,
awolfey
This is also working for us. Please merge. Thank you.
awolfey β created an issue.
I have not worked on this project for several years. Ibustos is the more recent maintainer. I have no interest or time to resume maintenance of the project.
Thank you!
awolfey β created an issue.
One problem with this: If you're deleting groups in Behat, the drush_backend_process is not available.
This patch still applies, and it works for my case: 7k+ group members.
awolfey β created an issue.
awolfey β created an issue.
I'm having this issue also. I'm referencing a node from a group, and using an entity reference field.
Another way to achieve this is to give flag and unflag permissions to all the roles, and then add a new template suggestion for the flag if the user has the role that should only have the missing "view" permission. In your new template print only the {{ title }}. This will handle at least the ajax link flagging.