From 62002937a4ae3bbe23de2219a18bdeab88bfc1e2 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Wed, 19 Sep 2018 11:28:35 -0500 Subject: [PATCH] Active action becomes overdue when overdue on generation --- addon/mixins/modal-base.coffee | 1 + 1 file changed, 1 insertion(+) 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