Increasing the max_input_vars worked for me, thank you!
I'm having the same issue. I tried reducing the number of terms per page but it doesn't seem to have an effect. I believe it's because I have a hierarchy and it tries to show all terms per parent on the same page?
I also get an error about the depth key:
Warning: Undefined array key "depth" in Drupal\taxonomy\Form\OverviewTerms->buildForm() (line 254 of /usr/www/users/.../web/core/modules/taxonomy/src/Form/OverviewTerms.php)
This taxonomy was imported from a Drupal 7 site, maybe something didn't get converted correctly? I also have multiple languages. I've edited ones that cause an error and re-saved and that doesn't change things.
Not all terms on the page get an error entry, it seems like just the ones after the first 250 if that number means something.
Hopefully this is helpful?
Thank you for the detailed information. I don't think I'm technical enough to do that but I appreciate your response.
It looks like it only affects name fields. I tested with text and other composite elements and all the others worked fine with multiple values:
name:
'#type': webform_name
'#title': Name
'#multiple': 3
'#title__access': false
'#middle__access': false
'#suffix__access': false
'#degree__access': false
text:
'#type': textfield
'#title': Text
'#multiple': 3
link:
'#type': webform_link
'#title': Link
'#multiple': 3
address:
'#type': webform_address
'#title': Address
'#multiple': 3
troybthompson β created an issue.
troybthompson β created an issue.
troybthompson β created an issue.
Has anyone been able to get this to work in D10? I really miss this feature for my site with 1000+ terms.
What makes this outdated? Is there a way to do custom actions with PHP now? I don't see this option. I'm converting a D7 site and need this functionality.
Is there any progress on this? I use this module on so many of my Drupal 7 sites.
troybthompson β created an issue.
troybthompson β created an issue.
Just this module. I can nest things easily when organizing a menu, for instance. In this module I can just move things up or down not to the right. I also had an issue with the D7 version but I could get it to work if I was patient enough dragging it around for awhile, sometimes it would finally go where I wanted. When I load it in Chrome it works as expected.
I'm having the same problem in Safari. Thank you for the tip on Chrome. I'm using 4.0.0
If it's helpful, I'm also seeing it in Drupal 9.5.11 and Smart Date 4.0.3
Has anyone found a good workaround? I used this module a lot with clients.
Were you able to figure this out? I'm trying to do the same.
Nevermind, I found it as a separate value further down in the file. Sorry.
troybthompson β created an issue.