refs #5762 uncomment
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-07-17 14:41:15 +02:00
parent d2120cdc3d
commit 125d908c5d
1 changed files with 3 additions and 3 deletions

View File

@ -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) => {