Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TAGS : error on display tags with a lot of tags #38547

Closed
elecoest opened this issue Aug 22, 2022 · 8 comments
Closed

TAGS : error on display tags with a lot of tags #38547

elecoest opened this issue Aug 22, 2022 · 8 comments

Comments

@elecoest
Copy link

Steps to reproduce the issue

In Joomla 4 latest version, PHP 8.0 in backend :

  • Create more than 30 tags
  • Add all tags on your content
  • Save
  • Display your content

Expected result

All tags related are displayed

Actual result

Only the 30th tags are displayed

System information (as much as possible)

This file :
/libraries/src/Form/Field/TagField.php
seems load only the 30th first tags :-(

Additional comments

@laoneo
Copy link
Member

laoneo commented Aug 22, 2022

What is your default list length in the global Joomla configuration?

@elecoest
Copy link
Author

elecoest commented Aug 22, 2022 via email

@brianteeman
Copy link
Contributor

I think you may have misread the code regarding the hardcoded value of 30 and where it is used.

@elecoest
Copy link
Author

@brianteeman I have a bug, i'm not an expert :)

@chmst
Copy link
Contributor

chmst commented Aug 22, 2022

@elecoest pleaes set the parameter for tags to nested.
grafik

@chmst
Copy link
Contributor

chmst commented Aug 22, 2022

@laoneo @brianteeman we had already different tissues concerning this parameter. So would say that we need a UX improvement here. I have no clue for what this param is used. It sets a limit of 30 for the options.

@laoneo
Copy link
Member

laoneo commented Aug 22, 2022

The 30 limit is introduced by #31481.

@elecoest
Copy link
Author

@chmst it's OK with your parameter. Thanks. Not really easy to understand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants