Closed kalavt closed 2 months ago
The changes involve updating the user identifier displayed in the role management interface from user.userId
to user.name
. This modification affects multiple instances where user roles are shown, ensuring that user names are presented instead of their IDs, while maintaining the overall functionality of role management.
Files | Change Summary |
---|---|
apollo-portal/src/main/resources/static/namespace/role.html |
Updated user identifier from user.userId to user.name in role management interface. |
In the land of code where rabbits play,
User names now shine bright as day.
No more IDs, just names to see,
Hopping along, so clear and free!
With each role change, we cheer and prance,
A joyful leap in our coding dance! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 50.35%. Comparing base (
f55b419
) to head (d621329
). Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I have read the CLA Document and I hereby sign the CLA
What's the purpose of this PR
Fix user name display issue
Which issue(s) this PR fixes:
Fixes #
Brief changelog
change user display name from user.userID to user.name
Follow this checklist to help us incorporate your contribution quickly and easily:
mvn clean test
to make sure this pull request doesn't break anything.CHANGES
log.Summary by CodeRabbit