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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This sounds like an oversight from that PR - would you be able to open a bug report? |
Beta Was this translation helpful? Give feedback.
-
This is being addressed in #8605. You'll be able to do |
Beta Was this translation helpful? Give feedback.
This is being addressed in #8605.
You'll be able to do
$event->isInitial()
to check if it was the first.