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

(User roles) Fix merge issues #7881

Closed
wants to merge 3 commits into from

Conversation

tumbledwyer
Copy link
Collaborator

Fixes breakages from the merge from develop

Copy link

github-actions bot commented Nov 1, 2024

Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:

  • Changelog is read by country implementors who might not always be familiar with all technical details of OpenCRVS. Keep language high-level, user friendly and avoid technical references to internals.
  • Answer "What's new?", "Why was the change made?" and "Why should I care?" for each change.
  • If it's a breaking change, include a migration guide answering "What do I need to do to upgrade?".

Comment on lines +386 to +393
role: {
id: 'NATIONAL_REGISTRAR',
label: {
id: 'userRoles.nationalRegistrar',
defaultMessage: 'National Registrar',
description: ''
}
},
Copy link
Collaborator

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?

Copy link
Collaborator Author

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.

Copy link
Collaborator

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

@tumbledwyer tumbledwyer closed this Nov 1, 2024
@tumbledwyer tumbledwyer deleted the fix-merge-issues-config-roles branch November 1, 2024 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants