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 unassigning users #7970

Open
wants to merge 7 commits into
base: configurable-roles
Choose a base branch
from

Conversation

tumbledwyer
Copy link
Collaborator

Unassigning a user does not remove the downloaded state from the other user.
Much of the logic about whether certain actions are allowed is based on downloaded state so assignment has been added to ensure a user con appropriately initiate an action.

Related issue: #7431

downloaded was not sufficient to determine if actions could be completed so the assignment needed to be used too
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?".

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.

Scopes: Adds scope to control if a user can unassign another user
2 participants