This commit is contained in:
parent
fae728f1cb
commit
94549f1fed
|
@ -2,7 +2,7 @@ const UserError = require('vn-loopback/util/user-error');
|
||||||
|
|
||||||
module.exports = Self => {
|
module.exports = Self => {
|
||||||
Self.remoteMethod('checkColumnPermission', {
|
Self.remoteMethod('checkColumnPermission', {
|
||||||
description: 'Return enum values of column',
|
description: 'Check if the user has permission for a specific column',
|
||||||
accessType: 'EXECUTE',
|
accessType: 'EXECUTE',
|
||||||
accepts: [{
|
accepts: [{
|
||||||
arg: 'schema',
|
arg: 'schema',
|
||||||
|
|
Loading…
Reference in New Issue