mirror of
https://github.com/documize/community.git
synced 2025-08-02 03:55:24 +02:00
moved document meta
This commit is contained in:
parent
877a6b5096
commit
39fcb04604
28 changed files with 859 additions and 836 deletions
|
@ -27,6 +27,9 @@ export default Ember.Service.extend({
|
|||
}).then((response) => {
|
||||
let data = this.get('store').normalize('document', response);
|
||||
return this.get('store').push(data);
|
||||
}).catch((error) => {
|
||||
this.get('router').transitionTo('/not-found');
|
||||
return error;
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue