-
Notifications
You must be signed in to change notification settings - Fork 73
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
(User roles) Fix merge issues #7881
Conversation
Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:
|
role: { | ||
id: 'NATIONAL_REGISTRAR', | ||
label: { | ||
id: 'userRoles.nationalRegistrar', | ||
defaultMessage: 'National Registrar', | ||
description: '' | ||
} | ||
}, |
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.
Isn't this role supposed to be just the string NATIONAL_REGISTRAR
?
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.
So I regenerated the gateway types and it came back with the label. So Typescript won't compile without it. Possibly need to discuss how we're using that file.
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.
@tumbledwyer These were removed as part of this PR: #7697
Fixes breakages from the merge from develop