Uh oh!
There was an error while loading. Please reload this page.
How do detect which entity saved in 4.16.0 ? #8588
Hello, i have multisite with 20 sites. Saving origin entity triggers 20 events -> 20 pipelines In my scenario, i need to know in which site entity updated in admin panel. How i can do it after upgrade? |
Answered by
jasonvarga
Aug 21, 2023
Replies: 2 comments 1 reply
This sounds like an oversight from that PR - would you be able to open a bug report? |
0 replies
This is being addressed in #8605. You'll be able to do |
1 reply
Answer selected bylotarbo
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
This is being addressed in #8605.
You'll be able to do
$event->isInitial()to check if it was the first.