Jarek Radosz f6ea986aec
DEV: Remove suspend from Admin::UsersController responses (#8206)
`suspend` isn't a User attribute, but was being assigned to the frontend User model as if it was. The model has a computed property that depends on `suspended_till`, so instead of overriding this property, it's better to return relevant attributes.

Fixes a computed-property.override deprecation (https://emberjs.com/deprecations/v3.x#toc_computed-property-override)
2019-10-18 01:49:26 +02:00
..
2019-03-21 13:16:55 +01:00
2019-07-15 16:38:54 +08:00
2019-10-11 15:33:34 -04:00
2019-06-11 10:05:57 +08:00
2019-07-03 13:45:03 +02:00
2019-02-06 23:55:05 +02:00
2019-06-26 17:44:23 -07:00
2019-07-03 16:32:27 +02:00
2019-10-11 15:33:34 -04:00