Migrate implementation to strapi entityService decorator #52
Closed
ChristopheCVB
started this conversation in
Ideas
Replies: 1 comment
-
Instead of decorating the ES I would rather use model lifecycles which is a supported way of hooking into the ES lifecycle. The only issue I have at the moment is figuring out how to sanitize the data reliably based on a role or token. For migration to use lifecycles over middleware #53 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to make this plugin more aware, a migration of the implementation to strapi entityService decoration could be done.
bootstrap
Beta Was this translation helpful? Give feedback.
All reactions