Skip to content

Conversation

@Nil20
Copy link
Contributor

@Nil20 Nil20 commented Dec 10, 2025

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

  • I have linked the correct Github issue under "Development"
  • I have tested the changes locally, and written appropriate tests
  • I have tested beyond the happy path (e.g. edge cases, failure paths)
  • I have updated the changelog with this change (if applicable)
  • I have updated the GitHub issue status accordingly

@github-actions
Copy link

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 +597 to +604
.filter((action) =>
configurableEventScopeAllowed(
scopes,
['record.custom-action'],
event.type,
action.customActionType
)
)
Copy link
Contributor

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 😲

Copy link
Contributor Author

@Nil20 Nil20 Dec 12, 2025

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

@Nil20
Copy link
Contributor Author

Nil20 commented Dec 12, 2025

@ocrvs-bot
Copy link
Contributor

Your environment is deployed to https://ocrvs-11271.e2e-k8s.opencrvs.dev

@Nil20 Nil20 merged commit 63e9246 into develop Dec 12, 2025
333 of 340 checks passed
@Nil20 Nil20 deleted the ocrvs-11271 branch December 12, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants