I tested patch #8 on Drupal 10.1.8 and it applied successfully.
For node and taxonomy terms there is a status field so it is filtered correctly on the published and unpublished filters.
But for Menu Link content or for other entities that don't have a status field they get the error.
So I fixed that issue by checking if the field definition has a status field then showing the status filter.
For Menu added the Enabled/Disabled filter.
The module currently does not retrieve any thumbnail based on the provided link. Instead of considering this as a bug, it may be more appropriate to treat it as a feature request.
Thank you, everyone for your valuable contributions.. I've successfully applied it and incorporated it into both the 2.0.x and 1.0.x branches, ensuring a Drupal 8 and Drupal 10 compatible release of the module.
jurgenhaas, thank you for the MR. I've successfully applied it and incorporated it into both the 2.0.x and 1.0.x branches, ensuring a Drupal 8 and Drupal 10 compatible release of the module.
Grimreaper, thank you for the MR. I've successfully applied it and incorporated it into both the 1.0.x and 2.0.x branches, ensuring a Drupal 8 and Drupal 10 compatible release of the module.
Ushma, thank you for the patch. I've successfully applied it and incorporated it into both the 1.0.x and 2.0.x branches, ensuring a Drupal 8 and Drupal 10 compatible release of the module.
dishabhadra โ made their first commit to this issueโs fork.
dishabhadra โ made their first commit to this issueโs fork.
A Drupal 10-compatible version has been released.
You can update the varchar limit by adding hook_update_N() to your project.
Reference link: https://evolvingweb.com/blog/resizing-fields-drupal-without-losing-data
I am closing this request.
Closing this FR.
I am closing this request.
I am using the drupal/embed module at 1.7 and applied the patch for entity_embed https://git.drupalcode.org/project/entity_embed/-/commit/ac6f2fe13b18f5f...
It's working fine for me with the Drupal 10 version.
@Dave Reid Please let me know when the new CK5 compatible version of the module will be released.
Drupal 10 Compatibility
According to the Upgrade Status module, this patch makes this module compatible with Drupal 10! ๐
@martin107 Do you have any plan to release the Drupal 10-compatible version?
We are also facing the same issue in the project. I tried #2 patch and it is working fine for 1-to-1 mapping. Eg, Content type field is referenced with one paragraph type then it is working fine.
But let's say the Content-type field is referenced to paragraph type A.
Now Paragraph type A also has a referenced field that has multiple paragraph types B, C, and D.
Paragraph types C and D are not translatable still it will be part of the translation file.