First tag a user with any random tag and go to that tag page (so you can see the user is assoc. with that tag)
Then delete that user.
If you go back to that tag page you can still see the user even though it's been deleted.
I think the code that will need changing is in the locallib.php tag_print_tagged_users_table function in tag_find_records.
Description
First tag a user with any random tag and go to that tag page (so you can see the user is assoc. with that tag)
Then delete that user.
If you go back to that tag page you can still see the user even though it's been deleted.
I think the code that will need changing is in the locallib.php tag_print_tagged_users_table function in tag_find_records.
Mathieu Petit-Clair added a comment - 28/Apr/08 04:36 PM A recent commit on MDL-14569 stops this bug from getting worse. Now we need some kind of cleanup to happen to repair this...
MDL-14569stops this bug from getting worse. Now we need some kind of cleanup to happen to repair this...