1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 21:45:28 +02:00

Fix an issue with Everyone permissions not being observed

This commit is contained in:
sauls8t 2018-01-26 15:34:20 +00:00
parent 91bab8c710
commit 9d8b1d2f3c
19 changed files with 102 additions and 94 deletions

View file

@ -10,7 +10,6 @@
// https://documize.com
import { htmlSafe } from '@ember/string';
import { resolve } from 'rsvp';
import Service, { inject as service } from '@ember/service';
import config from '../config/environment';

View file

@ -95,7 +95,7 @@ export default BaseService.extend({
});
},
// reloads and caches folders.
// reloads and caches folders
reload() {
return this.get('ajax').request(`space`, {
method: "GET"