Deleting users from Users list in admin doesn't delete them from leaderboard
Opened this issue · 3 comments
Kaustuv942 commented
The reason behind it is that the cache isn't being updated at the time of deletion. So the Users will disappear after the cache become invalid. A simple solution can be overriding the delete function and calling the lboardsave function to reflect the changes in the leaderboard.
Artelisan commented
Hello,
can i try to do this issue? Can u assign it to me please?
Kaustuv942 commented
Sure go ahead. Fork the repo, make changes and put up a PR.
Artelisan commented
I didn't fix it so you could give it to someone else.