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:
parent
e7c4b2f40b
commit
f8de397f33
10 changed files with 17 additions and 34 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue