- Notifications
You must be signed in to change notification settings - Fork302
-
If, when creating a record, I use the 'QueryParameterValidationFilter fields', the excluded fields are not validated. Consider the following example, where 'name' is not validated because it is not included in fields.
|
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 1 reply
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Thanks for the heads-up. A very good find. Some clarification. The QueryParameterValidationFilter only validates the query parameters itself. It is allowed to use sparse fields with POST request as perspec. However, the Looking at the code, the mixin should instead of overwriting |
BetaWas this translation helpful?Give feedback.
All reactions
-
As this is a bug, I have created an issue#1216, so hopefully someone can pick it up and implement it. |
BetaWas this translation helpful?Give feedback.