This commit is contained in:
parent
d2120cdc3d
commit
125d908c5d
|
@ -161,9 +161,9 @@ module.exports = function(Self) {
|
|||
}
|
||||
};
|
||||
|
||||
// Self.sharedClass._methods.find(method => method.name == 'changePassword').ctor.settings.acls =
|
||||
// Self.sharedClass._methods.find(method => method.name == 'changePassword').ctor.settings.acls
|
||||
// .filter(acl => acl.property != 'changePassword');
|
||||
Self.sharedClass._methods.find(method => method.name == 'changePassword').ctor.settings.acls =
|
||||
Self.sharedClass._methods.find(method => method.name == 'changePassword').ctor.settings.acls
|
||||
.filter(acl => acl.property != 'changePassword');
|
||||
|
||||
// FIXME: https://redmine.verdnatura.es/issues/5761
|
||||
// Self.afterRemote('prototype.patchAttributes', async(ctx, instance) => {
|
||||
|
|
Loading…
Reference in New Issue