olivier.br β created an issue.
updated patch.
This is only about alignment issue of add button suffix.
Patch from #31 is not working in my case for gin rc14 + paragraphs 1.18
Here is a new patch.
commited, thanks all.
merged in, 4.0.x, thanks all.
Here is a first attempt.
olivier.br β created an issue.
Hello,
I have a similar issue with a block_content entity form openned with an inline entity from in an entity browser.
It seems that the module inline_entity_form adds the '#error_no_message' attribute to the checkbox element, making it passing the condition in the function gin_theme_seggestions_input_alter.
@Nick, that's exactly what i did to publish a new release.
After a try on my side to install the module on a new project with composer, i do have the packaging data included in the info.yml file:
# Information added by Drupal.org packaging script on 2024-01-04
version: '3.0.0-beta1'
project: 'media_taxonomy_filter'
datestamp: 1704356226
Maybe try to completely remove the module and to install it again ?
@Nick, thank you
I will check how to get that later this day.
I made a drupal 10 release, thank you for your help.
I made a new drupal 10 release, thank you for your help.
Hello, i just made a drupal 10 release.
you can install it with:
composer require 'drupal/media_taxonomy_filter:^3.0@beta'
Thank you guys for your help.
small patch
olivier.br β created an issue.
Here is a quick patch that fixes the issue on my site.
Waiting the decision from linkit maintainers.
The issue is related to the fix from issue 3354873 π Direct URL to media file entity does not work because relative URL does not pass URL path validation Fixed
The media entity download should return a "Url" object instead of a "GeneratedUrl" object that does not have the toString method.
I see if i can make a patch.
After some investigation, i traced back the issue to the module media_entity_download β
i'm closing this issue in favor of " Compatibility with Linkit 6 β¨ Compatibility with Linkit 6 Needs work "
olivier.br β created an issue.
phenaproxima β credited olivier.br β .
Thanks all.
There is a new Drupal 10 branch with a release.
https://www.drupal.org/project/term_glossary/releases/4.0.0-beta1 β
Thanks !
olivier.br β made their first commit to this issueβs fork.
thanks for your work.
olivier.br β made their first commit to this issueβs fork.
Thanks for your work
olivier.br β made their first commit to this issueβs fork.
Added to dev branch, thanks for your work
olivier.br β made their first commit to this issueβs fork.
Related to https://www.drupal.org/project/term_glossary/issues/3357581 π Fix client side URL generation Fixed
Merged, thanks for your work.
I plan a release today with other fixes.
I can't reproduce this issue.