Skip to content

JSON fields default value bugfix

Choose a tag to compare

@arucard21 arucard21 released this 06 Oct 14:23
· 160 commits to master since this release

The default value set for the JSON fields filter is now set correctly, depending on whether the plain JSON or HAL+JSON representation will be returned. It previously always set this according to the plain JSON representation which resulted in incorrect filtering for HAL+JSON representations, since they have slightly different structures.