- πΊπΈ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
almost 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
4 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
2 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
2 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
7 days 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 RTBC that I had to apply earlier. Here is an updated patch just in case there are folks out that applied patch from issue 3474919.