Katie Smith
dede87c95e
Always add user to service using User.add_to_service
...
The `_add_invited_user_to_service` function was calling the
`user_api_client` directly to add a user to a service. It now calls the
`add_to_service` method on the User model instead so that there is only
one place in the code that calls the `user_api_client`.
2020-05-19 11:36:59 +01:00
..
2019-11-07 13:46:25 +00:00
2020-04-15 17:58:57 +01:00
2020-05-07 16:50:19 +01:00
2019-11-07 13:46:25 +00:00
2020-04-16 15:06:54 +01:00
2020-04-21 18:35:36 +01:00
2019-11-07 13:46:25 +00:00
2020-04-15 17:58:57 +01:00
2020-03-06 13:20:31 +00:00
2020-05-11 14:30:14 +01:00
2020-03-02 18:00:26 +00:00
2020-05-14 16:59:34 +01:00
2020-01-21 13:55:57 +00:00
2020-05-11 14:30:14 +01:00
2020-05-15 17:50:30 +01:00
2020-05-14 16:59:34 +01:00
2019-12-11 10:17:46 +00:00
2020-02-20 11:58:57 +00:00
2020-05-15 13:55:04 +01:00
2020-04-06 11:30:27 +01:00
2020-02-24 11:59:07 +00:00
2020-02-04 12:16:58 +00:00
2020-04-15 17:58:57 +01:00
2020-03-26 14:55:51 +00:00
2020-04-21 11:21:02 +01:00
2020-05-04 15:53:27 +01:00
2020-05-19 11:31:26 +01:00
2020-05-19 11:36:59 +01:00