-
Notifications
You must be signed in to change notification settings - Fork 22
[ENG-9647] | fix WikiMapper to handle missing… #757
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
base: feature/pbs-25.04
Are you sure you want to change the base?
[ENG-9647] | fix WikiMapper to handle missing… #757
Conversation
Misc. fixes
… user embeds in WikiVersion response
|
@sh-andriy Change base branch to |
… user embeds in WikiVersion response
| id: response.id, | ||
| createdAt: response.attributes.date_created, | ||
| createdBy: response.embeds.user.data.attributes.full_name, | ||
| createdBy: UserMapper.getUserInfo(response.embeds.user)?.fullName || 'Unknown author', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be a translation string? We should have one already for this kind of situation.
brianjgeiger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs translation string.
fix WikiMapper to handle missing user embeds in WikiVersion response
Purpose
Summary of Changes
Screenshot(s)
Side Effects
QA Notes