Closed (fixed)
Project:
Bulk Edit Terms
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2025 at 16:59 UTC
Updated:
6 Aug 2025 at 13:24 UTC
Jump to comment: Most recent
Comments
Comment #3
bkosborneReady for review.
Since the autocomplete widget and the multi-value select widget submit form values differently, I had to update our form submit handler to normalize the results, but I think it resulted in more readable code anyway.
Comment #4
fjgarlin commentedI agree that the new code is more readable. I guess that was a nice side effect of adding the extra widget.
Thanks for the additional test.
- Multiselect widget: https://project.pages.drupalcode.org/-/bulk_edit_terms/-/jobs/5925242/ar...
- Autocomplete widget: https://project.pages.drupalcode.org/-/bulk_edit_terms/-/jobs/5925242/ar...
As the tests are working with the two previous choices, I am marking this RTBC. Thanks!!
PS: what do you think about adding tugboat previews for this module? This can go on a separate issue and it'd be as easy as adding one file to the repo (actually two, because it'll need a composer.json file too). Info and example. This will give us a live environment where we can test manually as well (in addition to the tests).
Comment #6
bkosborneComment #7
bkosborneThanks!
Yes, adding Tugboat previews would be great. We use tugboat quite at bit at my work. If you create the issue I can work on it.
Comment #8
fjgarlin commented#3536655: Tugboat integration
Comment #9
bkosborne