Active action becomes overdue when overdue on generation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user