We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The event model DefineUserContentSummaryEvent provides the $userId property. When this event is triggered, no value is getting assigned to $userId .
DefineUserContentSummaryEvent
$userId
cms/src/controllers/UsersController.php
Lines 1631 to 1638 in b7efdde
The DefineUserContentSummaryEvent assign the deleted user id(s) to its $userId property
$userId is always null.
null
3.x, 4.x
No response
The text was updated successfully, but these errors were encountered:
0633ce9
Thanks for reporting that! Just released Craft 3.8.5 and 4.4.5 with a fix.
Sorry, something went wrong.
brandonkelly
No branches or pull requests
What happened?
Description
The event model
DefineUserContentSummaryEvent
provides the$userId
property. When this event is triggered, no value is getting assigned to$userId
.cms/src/controllers/UsersController.php
Lines 1631 to 1638 in b7efdde
Steps to reproduce
DefineUserContentSummaryEvent
Expected behavior
The
DefineUserContentSummaryEvent
assign the deleted user id(s) to its$userId
propertyActual behavior
$userId
is alwaysnull
.Craft CMS version
3.x, 4.x
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: