Skip to content
New issue

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

Fix: stop empty nicknames from rendering in student_name #364

Conversation

lindenhutchinson
Copy link
Contributor

refactor ternary operator which creates student_name to ensure nicknames with a value of "" are not rendered

Description

Replaced the .nil? check with .blank? to ensure a nickname with an empty string won't be added to project_entity::student_name.

Fixes #363

Type of change

  • Bug fix (non-breaking change which fixes an issue)

refactor ternary operator which creates student_name to ensure nicknames with a value of "" are not rendered
@macite macite merged commit b1a6035 into doubtfire-lms:development Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect rendering of blank user nicknames in group listing
2 participants