Skip to content

Commit

Permalink
Adds addField in CLP valid keys
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Mar 10, 2016
1 parent 5780c1e commit 64f9fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var requiredColumns = {
_Role: ["name", "ACL"]
}

let CLPValidKeys = ['find', 'get', 'create', 'update', 'delete'];
let CLPValidKeys = ['find', 'get', 'create', 'update', 'delete', 'addField'];
function validateCLP(perms) {
if (!perms) {
return;
Expand Down

0 comments on commit 64f9fad

Please sign in to comment.