EventManager issue #617
Unanswered
kristianbjensen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are having issues with the eventmanager
Tested in both 7.4.2 and 7.6.0
I inject IEventManager into a manager class, and use it like this
Result is that sometimes only the first event is visible even though we succeeded. Sometimes they dont show up at all:
Update: I found that as long as count is 1 (first time) the event is working, but as soon as it goes to > 1 then the event is not working/displayed anymore..
Update 2:
It looks like there is a collision with already existing event. Because the event have the same name!
I Also tried injecting into controller and parsing it to manager class, but it makes no difference
Output:
First event:
Output 2. event:
So everything looks good but the event is not showing up...
Beta Was this translation helpful? Give feedback.
All reactions