Files
notifications-api/app
Katie Smith 053397d8d4 Add deserialize method for ServiceSchema permissions field
Due to a difference in marshmallow 3, when calling
`service_schema.load()` with permissions data the permissions data was
being dropped. We could fix this by allowing the ServiceSchema to
include any unknown keys using but that have unexpected consequences.

Instead, this change adds a method so that the schema knows how to
deserialize permissions. This uses the same code that the `pre_load`
method uses, but there were errors when it wasn't included in both places.
2022-05-25 11:35:44 +01:00
..
2022-04-29 12:28:08 +01:00
2022-05-25 11:35:44 +01:00
2022-05-25 11:35:44 +01:00
2022-05-25 11:35:44 +01:00
2022-05-25 11:35:44 +01:00
2022-05-25 11:35:44 +01:00
2022-05-25 11:35:44 +01:00
2022-05-25 11:35:44 +01:00
2022-04-29 12:28:08 +01:00
2022-05-03 14:42:59 +01:00
2022-05-03 14:42:59 +01:00