- Issue created by @peter törnstrand
- 🇸🇪Sweden peter törnstrand
And here is the patch. This is done against version 4.1.6.
- 🇸🇪Sweden peter törnstrand
This was way more complicated that I thought. The trick with hiding repeating date instances with
#access = FALSE
works just fine for the widget display but not when it comes to deleting values.With a variant of the patch above I got it working so that if you have a repeating date with four instances you can click the Delete button four times to delete the complete "set".
Not very good.
- First commit to issue fork.
- Merge request !173Incorporate the single value delete button from Drupal core 10.2 → (Open) created by BenStallings
- 🇺🇸United States BenStallings
Thank you for this, @peter törnstrand!
I updated this to work with 4.2 and made a merge request.