Files
notifications-api/app
Leo Hemsted bd71ee9d02 add redact to notification with template schema.
So that when the admin gets notifications, the template they return
also has a "redact_personalisation" boolean attached to it. Note, it
won't do the redacting on the api - that'll be part of the admin.

Under the hood, this uses an association_proxy, which is essentially
black magic. But it proxies the `redact_personalisation` property of
`TemplateRedacted` onto the `Template` object, so that Marshmallow
can pick it up.

Note: NOT currently added to NotificationWithTemplateHistory
2017-06-28 16:15:03 +01:00
..
2017-06-09 10:44:48 +01:00
2017-06-13 10:56:03 +01:00
2017-06-26 11:08:10 +01:00
2017-06-07 11:58:10 +01:00
2017-06-20 12:06:49 +01:00
2017-06-02 15:20:18 +01:00
2017-05-23 15:36:33 +01:00
2017-06-20 12:06:49 +01:00
2017-06-20 12:06:49 +01:00