Issue Details (XML | Word | Printable)

Key: MDL-14544
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Mathieu Petit-Clair
Reporter: James Brisland
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Deleted users still appear in the tags page

Created: 24/Apr/08 10:07 PM   Updated: 07/Oct/08 08:18 PM
Return to search
Component/s: Tags
Affects Version/s: 1.9
Fix Version/s: 1.9.3

Issue Links:
Dependency

Database: Any
Participants: James Brisland and Mathieu Petit-Clair
Security Level: None
QA Assignee: Nicolas Connault
Resolved date: 24/Sep/08
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_19_STABLE


 Description  « Hide
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.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
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...

Mathieu Petit-Clair added a comment - 24/Sep/08 04:23 PM
The cleanup has been added to tag_cron() some time ago, closing.