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
see attached patch
The text was updated successfully, but these errors were encountered:
Attachment: userdelete.patch
Sorry, something went wrong.
My gut feeling is that this is the wrong place to do it since the user_dashboard table belongs to the Dashboard plugin.
Theoretically, the user_dashboard table may not exist if the Dashboard plugin is uninstalled. (#546)
I think the Piwik convention would be to add a hook, i.e., PostEvent('UsersManager.deleteUser'); and add a listener to Dashboard.php.
(In [2110]) fixes #1304 - delete dashboard layout when deleting user
(In [2129]) Fixes #1304 Piwik_Query accepts bind parameters but Piwik_Exec doesn't, was causing deleting a user to issue an error
No branches or pull requests
see attached patch
The text was updated successfully, but these errors were encountered: