Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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