Craft CMS 5 - Matrix Fields are now entries results in too many not needed calls. #92
Unanswered
martin-coded
asked this question in
Q&A
Replies: 1 comment
-
@martin-coded Did you find a solution to this? Also facing this issue and just pondering options! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
In my case when a entry changes, I create a webhook so we can populate the change to the frontend. This worked really good.
With the updated Matrix fields, which are now also entries, there is an additional call for every changed Matrix entry within the "regular" entry. Is there a certain way how I can cancel the webhook call under certain conditions, for example when the entry doesn't have a section attached?
Beta Was this translation helpful? Give feedback.
All reactions