feat: refs #8239 Minor changes
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-12-18 08:01:56 +01:00
parent fae728f1cb
commit 94549f1fed
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const UserError = require('vn-loopback/util/user-error');
module.exports = Self => {
Self.remoteMethod('checkColumnPermission', {
description: 'Return enum values of column',
description: 'Check if the user has permission for a specific column',
accessType: 'EXECUTE',
accepts: [{
arg: 'schema',