- 🇬🇧United Kingdom intrafusion Edinburgh, UK
Re-rolled for D11 as code moved into Hook
You are not allowed to update the values in allowed_values for list type fields if the values are in use. This is ensured in list_field_update_forbid. This is good. I have a case though where I want to swap allowed_values for an allowed_values_function.
This patch allowed removing values from allowed_values IF there is an allowed_values_function AND the keys are kept using the existing logic.
Needs work
11.0 🔥
options.module
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Re-rolled for D11 as code moved into Hook