๐Ÿ‡ฎ๐Ÿ‡ณIndia @dishabhadra

Account created on 4 February 2014, about 11 years ago
  • Drupal Staff Engineer at Axelerant  โ€ฆ
#

Recent comments

๐Ÿ‡ฎ๐Ÿ‡ณIndia dishabhadra

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.

๐Ÿ‡ฎ๐Ÿ‡ณIndia dishabhadra

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.

๐Ÿ‡ฎ๐Ÿ‡ณIndia dishabhadra

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.

๐Ÿ‡ฎ๐Ÿ‡ณIndia dishabhadra

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.

๐Ÿ‡ฎ๐Ÿ‡ณIndia dishabhadra

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.

๐Ÿ‡ฎ๐Ÿ‡ณIndia dishabhadra

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.

๐Ÿ‡ฎ๐Ÿ‡ณIndia dishabhadra

dishabhadra โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia dishabhadra

A Drupal 10-compatible version has been released.

๐Ÿ‡ฎ๐Ÿ‡ณIndia dishabhadra

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.

๐Ÿ‡ฎ๐Ÿ‡ณIndia dishabhadra

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.

๐Ÿ‡ฎ๐Ÿ‡ณIndia dishabhadra

Drupal 10 Compatibility

According to the Upgrade Status module, this patch makes this module compatible with Drupal 10! ๐ŸŽ‰

๐Ÿ‡ฎ๐Ÿ‡ณIndia dishabhadra

@martin107 Do you have any plan to release the Drupal 10-compatible version?

๐Ÿ‡ฎ๐Ÿ‡ณIndia dishabhadra

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.

Production build 0.71.5 2024