Active action becomes overdue when overdue on generation

This commit is contained in:
2018-09-19 11:28:35 -05:00
parent b0e6efce9e
commit 62002937a4
+1
View File
@@ -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