Flo Auswien
Flo Auswien
Are there any news on this issue? I am having the same sort of problem. When changing a route and loading objects from the store, the belongsTo relation is always...
task: export default Model.extend({ label: attr('string'), clearanceId: belongsTo('clearance'), comment: attr('string'), settings: attr('') }); activity: export default Model.extend({ comment: attr('string'), priority: attr('number'), timesheetIds: hasMany('timesheet'), taskId: belongsTo('task'), color: attr('string'), colorBox: Ember.computed('color', function...
problem is, i lose the relation allthough i am not even changing or saving anything.. @brendanoh thanks for the answer anyway!!