- Issue created by @apmsooner
- Status changed to Fixed
about 2 years ago 1:51am 9 March 2023 - Status changed to Fixed
about 2 years ago 6:17pm 17 March 2023
There is currently validation for the jsonapi includes fields in the settings form that is not validating correctly resulting in the inability to submit the form for valid includes. We are already validating includes again before they get submitted in api request (which is working fine) so this additional check was just a nice to have. Ultimately, we can remove this validation and let the user(s) be responsible for ensuring they have entered field names correctly.
Add chained includes like field_components.field_media.field_image for multiple types, verify those are actually valid includes but the form thinks they're not.
Remove validation logic from settings form.
Fixed
1.0
Code