1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-01 19:45:24 +02:00

doc entry fixes

This commit is contained in:
Harvey Kandola 2016-11-12 12:09:05 -08:00
parent e7c4b2f40b
commit f8de397f33
10 changed files with 17 additions and 34 deletions

View file

@ -145,7 +145,6 @@ export default Ember.Route.extend(NotifierMixin, {
var payload = { Message: message, Roles: data };
this.get('folderService').savePermissions(folder.get('id'), payload).then(() => {
this.showNotification("Saved");
});
var hasEveryone = _.find(data, function (permission) {