Ghost/ghost/core/test/unit
Daniel Lockyer 24670aa555
Fixed validating numbers as booleans in schema validator
refs https://github.com/TryGhost/Toolbox/issues/441

- I'm currently working on cleaning up our uses of `bool` and `boolean`
  in favor of `boolean`, and I've noticed we only handle converting
  numbers into booleans when the type is `bool`, so validation would
  otherwise fail
- given these can be used interchangeably, we should also support
  converting the numbers into booleans when the type is `boolean`
- this is going to get cleaned up again when I remove `bool` but this
  fixes the validation bug for now
2022-10-13 08:20:31 +07:00
..
api/canary Added property cleaning to tag relations on pages + posts 2022-09-07 22:28:56 +01:00
frontend 🐛 Fixed sitemaps with no content (#15571) 2022-10-12 14:11:19 +01:00
server Fixed validating numbers as booleans in schema validator 2022-10-13 08:20:31 +07:00
shared 🐛 Fixed Comments administration for self hosters (#15239) 2022-08-15 15:38:19 -04:00