-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Description
New Issue Checklist
- Report security issues confidentially.
- Any contribution is under this license.
- Before posting search existing issues.
Issue Description
Since query.explain doesn't return a Parse object it causes weird behavior in afterFind.
Steps to reproduce
Create an afterFind trigger, in the afterFind perform some array operation on req.objects. Call query with explain enabled.
Actual Outcome
If the afterFind is empty the explain results are never returned. If afterFind performs some operation they can have unexpected behavior
Expected Outcome
Should skip afterFind or allow explain results to pass through or explain should return array.
Metadata
Metadata
Assignees
Labels
No labels