Fix the validation of an array of objects#40
Conversation
|
Doesn't work if you mix post array objects with query params: in Validation.php: __invoke |
|
Hi @tamaspanczel. Is it related to this PR? If yes, in which way? If not, please create an issue for this problem. |
|
Ok, I'll create an issue for this, thx. |
In this case there are POST parameters and the additional GET parameter shouldn't be considered during the validation
26f08f3 to
6904fc7
Compare
|
Hey @DavidePastore, this doesn't appear to be working as I expected. I think I led you astray with the use of Per my feature request (#39), I am trying to validate key:value pairs within an array of objects, so I'm not sure this PR would fix that. However, it seems like a good enhancement regardless since it allows generic validation of array input such as I don't have any routes with this format, so I don't think I can verify this PR for you currently. |
Close #39.