- πΊπΈUnited States alfattal Minnesota
@VladimirAus Sorry for the late response. Here is the requested information:
Version of my environment:
Drupal 9.5.2
PHP 8.0.27
Taxonomy Manager version 2.0.7 and 2.0.8Steps to reproduce:
- Go to Structure > Taxonomy and edit any vocabulary.
- In the Manage fields tab, add general field like (Email) or (Link)
- In the new field setting, select Unlimited, save field settings then save settings. This will add the Add another item button
- Navigate to the list tab and add some terms to your vocabulary
- Go to Structure > Taxonomy Manager and click on that vocabulary. From the terms list block on the left, click on any term. This will open the edit panel to the right.
- Scroll down to the field you added and click on the Add another item. A spinning (Please wait) will show momentarily and then disappear without adding another field.
Please see the attached screenshot.
- Status changed to Active
about 2 years ago 7:07am 4 February 2023 - πΊπΈUnited States alfattal Minnesota
@VladimirAus Did you have the chance to look into the information I provided?
- π§π―Benin delacosta456
hi all
i also confirm this issue after selecting "Entity browser" as Widget on field's form display and now going back to the edit/add term page - Status changed to Needs work
9 months ago 12:39pm 17 July 2024 - π¬πΉGuatemala luisj0_c
I also have the same scenario as @delacosta456 and have confirmed that it is happening.
- Status changed to Needs review
7 months ago 8:46am 11 September 2024 - πΊπ¦Ukraine dburiak
It looks like it's related to the Drupal core issue https://www.drupal.org/project/drupal/issues/2504115 β .
The workaround is to render the form without Ajax and send a taxonomy term ID through the URL query parameter.
The patch is attached. - Status changed to Needs work
7 months ago 10:38am 11 September 2024 - π¦πΊAustralia VladimirAus Brisbane, Australia
Thank you for your contribution.
Can you create MR? - First commit to issue fork.
- πΊπ¦Ukraine kolesnikoff
@dburiak, I pushed your patch to the branch. Please fix the issues we found while testing the latest changes.
- πΊπ¦Ukraine dburiak
The PR is updated.
The updated patch can be found in the attachment. - Status changed to Needs review
5 months ago 6:59pm 14 November 2024 - πΊπΈUnited States phernand42
I had to make a small adjustment to this patch since it did not apply cleanly due to another taxonomy manager patch π Form element taxonomy_manager_tree broken Active that I had to apply earlier. Here is an updated patch just in case there are folks out that applied patch from issue 3474919.
- First commit to issue fork.
- π¦πΊAustralia jannakha Brisbane!
created a patch from MR (it's merged with #3474919)
make sure library/jquery.fancytree contains all JS - see #3467549 β¨ Change require custom libraries to suggestions as a better method with more options Needs work -
vladimiraus β
committed 434c5e67 on 2.0.x authored by
kolesnikoff β
Issue #3046752 by kyuubi, bunty badgujar, vladimiraus, carolpettirossi:...
-
vladimiraus β
committed 434c5e67 on 2.0.x authored by
kolesnikoff β
- π¦πΊAustralia VladimirAus Brisbane, Australia
Thank you all! Committed! π»
This issue also fixes π Form element taxonomy_manager_tree broken Active . - πΊπΈUnited States torfj Seattle, WA
This issues causes the toolbar position to be next to the tree and only abote the term page. Before it was above both the tree and term page. See images.
- πΊπΈUnited States torfj Seattle, WA
The search functionality is also not working with these changes..
It also seems rather radical to completely render the form without Ajax, as this is not ideal from a user experience perspective. Do the maintainers have any plans to look into a solution where Ajax will still work on the form?
- Status changed to Needs work
about 2 months ago 6:05pm 7 February 2025 - π¦πΉAustria klausi π¦πΉ Vienna
Oh my, this change destroyed one of the most important features of taxonomy manager: quickly clicking and navigating between terms. Created a citical bug report at π Restore term clicking AJAX functionality Active , will post a fix shortly for all AJAX fans.
- π¦πΊAustralia VladimirAus Brisbane, Australia
This issue was committed. Keep it close.
Cheers @klausi for opening π Restore term clicking AJAX functionality Active . - π¦πΊAustralia VladimirAus Brisbane, Australia
One of the reasons Ajax was removed is that it stopped working with media libraries and other Ajax dependent modules a while back.
- π¦πΉAustria klausi π¦πΉ Vienna
We now have a new approach for the AJAX functionality in π Restore term clicking AJAX functionality Active that works with multi-value fields and media libraries.
Please test the merge request there. If there are no objections I'm planning to merge it in a couple of days.
Thanks @torfj for working on it so hard!
Automatically closed - issue fixed for 2 weeks with no activity.