Skip to content

Find (instead of get) permission required when including relational data #460

Closed
@simonbengtsson

Description

@simonbengtsson

Correct me if I'm wrong, but I think only get permission were required on a class before when including relational data. With Parse Server find permission is needed.

var query = new Parse.Query(Post);
// In Parse Comment only needed public get class level permission. 
// In Parse Server find is required.
query.include("comments");

Are include queries supposed to require find permission? Personally I think it would make more sense to only require get.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions