Ensure the ACL is always part of the payload when using select (#4967)
* Ensure the ACL is always part of the payload when using select * Update changelog * fix for PG
This commit is contained in:
@@ -5,7 +5,7 @@ var SchemaController = require('./Controllers/SchemaController');
|
||||
var Parse = require('parse/node').Parse;
|
||||
const triggers = require('./triggers');
|
||||
|
||||
const AlwaysSelectedKeys = ['objectId', 'createdAt', 'updatedAt'];
|
||||
const AlwaysSelectedKeys = ['objectId', 'createdAt', 'updatedAt', 'ACL'];
|
||||
// restOptions can include:
|
||||
// skip
|
||||
// limit
|
||||
|
||||
Reference in New Issue
Block a user