diff --git a/addon/mixins/modal-base.coffee b/addon/mixins/modal-base.coffee index f65fc58..81b8bde 100644 --- a/addon/mixins/modal-base.coffee +++ b/addon/mixins/modal-base.coffee @@ -17,6 +17,7 @@ export default Ember.Component.extend translation_params = model.toJSON() else if model.__changeset__ and model._content?.toJSON translation_params = model._content.toJSON() + translation_params.id = model.id if model.id # return translated title_path if directly set by options # return translated title_path if directly set by controller