Skip to content

Test10 45372-2: Fix participant names after user import#11514

Open
matheuszych wants to merge 1 commit intoILIAS-eLearning:release_10from
matheuszych:ta10/45372-2
Open

Test10 45372-2: Fix participant names after user import#11514
matheuszych wants to merge 1 commit intoILIAS-eLearning:release_10from
matheuszych:ta10/45372-2

Conversation

@matheuszych
Copy link
Copy Markdown
Contributor

See: https://mantis.ilias.de/view.php?id=45372

After importing test users to another system, attempts kept the anonymous user ID while participant metadata still carried the real names. Views used global user lookups or generic anonymous labels, so names appeared wrong even when the test was not anonymous. Result and scoring GUIs, the participant list, manual scoring tables, and the toplist now resolve labels via ParticipantRepository::getParticipantByActiveId and getDisplayName so imported participants display correctly.

/cc @thojou

See: https://mantis.ilias.de/view.php?id=45372

After importing test users to another system, attempts kept the anonymous user ID while participant metadata still carried the real names. Views used global user lookups or generic anonymous labels, so names appeared wrong even when the test was not anonymous. Result and scoring GUIs, the participant list, manual scoring tables, and the toplist now resolve labels via `ParticipantRepository::getParticipantByActiveId` and `getDisplayName` so imported participants display correctly.
@dsstrassner
Copy link
Copy Markdown
Contributor

hi @kergomard please have a look!

@dsstrassner dsstrassner added bugfix php Pull requests that update Php code labels May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants