You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is caused by this change. The change led to the result that setAffectedObject() is no longer set. Unfortunately, the recipient of the notification is required to determine the affected object, but the recipient is not known at the relevant point in the code.
The notifications would probably have to be fundamentally overhauled here and the recipient always made known (similar to the language). WCF::getUser() or WCF::getSession() should never be used within notifications.
The text was updated successfully, but these errors were encountered:
The problem is caused by this change. The change led to the result that
setAffectedObject()
is no longer set. Unfortunately, the recipient of the notification is required to determine the affected object, but the recipient is not known at the relevant point in the code.The notifications would probably have to be fundamentally overhauled here and the recipient always made known (similar to the language).
WCF::getUser()
orWCF::getSession()
should never be used within notifications.The text was updated successfully, but these errors were encountered: