-
-
Notifications
You must be signed in to change notification settings - Fork 253
Closed
Labels
f: associationsthe associations feature in popthe associations feature in pops: triageSome tests need to be run to confirm the issueSome tests need to be run to confirm the issue
Milestone
Description
Description
At the moment, AfterFind is being executed before fetching any other relations (using Eager()). This is not documented very well and maybe even unexpected.
Steps to Reproduce the Problem
Have a model with at least one has_many relation defined and a value receiver AfterFind().
Expected Behavior
Three options:
- Document this behavior as a limitation
- Add another method such as
AfterFindEager - Run
AfterFind()after fetching relations if an eager connection is made.
Metadata
Metadata
Assignees
Labels
f: associationsthe associations feature in popthe associations feature in pops: triageSome tests need to be run to confirm the issueSome tests need to be run to confirm the issue