-
Notifications
You must be signed in to change notification settings - Fork 92
chore: add new icon to components and toolkit #11278
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
Conversation
|
Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:
|
| .filter((action) => | ||
| configurableEventScopeAllowed( | ||
| scopes, | ||
| ['record.custom-action'], | ||
| event.type, | ||
| action.customActionType | ||
| ) | ||
| ) |
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.
I thought this was already done somewhere, as custom actions didnt show up unless you had the scope for it! I was mistaken I guess 😲
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.
yeah! we weren't giving multiple custom action scopes to a single user, that's probably why it wasn't caught until now
|
Successful e2e run: https://github.com/opencrvs/e2e/actions/runs/20174648077 |
|
Your environment is deployed to https://ocrvs-11271.e2e-k8s.opencrvs.dev |
Description
Country Config PR: opencrvs/opencrvs-countryconfig#1181
Farajaland PR: opencrvs/opencrvs-farajaland#1872
Clearly describe what has been changed. Include relevant context or background.
Explain how the issue was fixed (if applicable) and the root cause.
Link this pull request to the GitHub issue (and optionally name the branch
ocrvs-<issue #>)Checklist