This fixes the issue where conversation page content isn't reloaded when exiting edit without saving and then returning back into the campaign. Turns out Ember Model doesn't like it when the property names from the API are different from the property names on the model, so this adds a fallback which looks up the correct property on the API model.
This fixes the issue where conversation page content isn't reloaded when exiting edit without saving and then returning back into the campaign. Turns out Ember Model doesn't like it when the property names from the API are different from the property names on the model, so this adds a fallback which looks up the correct property on the API model.
@cjkm tests ran and built fine.