- Issue created by @srees
- First commit to issue fork.
- 🇬🇧United Kingdom MrDaleSmith
Looks OK, but do you have any idea why you are getting definitions that don't appear in the form state?
- 🇺🇸United States srees
The specific id that is generating the error is 'moderate', which is returning NULL for $form_state->getValue($id);
My settings page does not display the 'Moderate' section options, I'm not sure why that is.
Aside from that, I believe the issue is that when generating the form, only plugins that are 'available' are displayed. However, when processing the submission, that check is not implemented until later in the function resulting in this error due to the field not being present.
- Merge request !473Move form value retrieval inside isAvailable check → (Closed) created by Unnamed author