netgen / TagsBundle

Netgen Tags Bundle is an eZ Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Platform kernel.
https://netgen.io
GNU General Public License v2.0
48 stars 43 forks source link

Fix erro on eztags required #138

Closed plesigne closed 3 years ago

plesigne commented 3 years ago

Hello,

This is a possible fix to https://github.com/netgen/TagsBundle/issues/132

emodric commented 3 years ago

Hi @plesigne !

Thanks for the contribution!

Did you test that this fixes the problem?

emodric commented 3 years ago

Tested, working fine. Thanks @plesigne !

plesigne commented 3 years ago

Hello @emodric ,

Good news, thx for this project !

hgiesenow commented 1 year ago

I think this change breaks the validation in ibexa 3.3, as the selector will not match the markup anymore. <div class="ez-field-edit ez-field-edit--eztags ez-field-edit--required is-invalid" tabindex="-1"> Changing it back returned the functionality of the validation error, when required field is not set.