-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
review PR to enable afterFindOne and afterFind lifecycle callbacks #6839
Comments
@cristianszwarc Thanks for posting! We'll take a look as soon as possible. In the mean time, there are a few ways you can help speed things along:
Please remember: never post in a public forum if you believe you've found a genuine security vulnerability. Instead, disclose it responsibly. For help with questions about Sails, click here. |
@cristianszwarc Awesome, thanks a bunch for the detailed PR and gathering related issues (quite a history). It's clear there's a lot of support for this one, I'll bring it up with the team for further input and decision. 🕺Much appreciated. In the meantime, additional community feedback is welcome. |
+1 |
+1 |
+1 |
+1 |
+1 |
enable the afterFind and afterFindOne lifecycle callbacks currently flagged as "future"
https://github.com/balderdashy/waterline/blob/1d5a3dc6e65fe69c061a72249019adfcf3c52cb6/lib/waterline/methods/find.js#L280
and
https://github.com/balderdashy/waterline/blob/1d5a3dc6e65fe69c061a72249019adfcf3c52cb6/lib/waterline/methods/find-one.js#L321
previously requested in:
#5471
#1141
#1005
would be amazing if the PR can be reviewed
PR balderdashy/waterline#1610
The text was updated successfully, but these errors were encountered: