feat: refs #8239 Added checkColumnPermission method #3317

Open
guillermo wants to merge 8 commits from 8239-checkColumnPermission into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 94549f1fed - Show all commits

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',