1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 22:59:43 +02:00

space related bug fixesx

This commit is contained in:
Harvey Kandola 2017-10-09 10:56:59 -04:00
parent f2794a9836
commit c77b384215
10 changed files with 675 additions and 655 deletions

View file

@ -336,7 +336,7 @@ export default Ember.Service.extend({
let doc = this.get('store').normalize('document', response.document);
doc = this.get('store').push(doc);
let perms = this.get('store').normalize('space-permission', response);
let perms = this.get('store').normalize('space-permission', response.permissions);
perms= this.get('store').push(perms);
this.get('folderService').set('permissions', perms);