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

Dropdown for profil "user roles/parties selection" #578

Closed
seanes opened this issue May 14, 2024 · 1 comment
Closed

Dropdown for profil "user roles/parties selection" #578

seanes opened this issue May 14, 2024 · 1 comment
Assignees
Labels
dev developer task

Comments

@seanes
Copy link
Collaborator

seanes commented May 14, 2024

Image

Data hentes for parties
Eksempel (subset av felt som skal hentes)

{
  parties {
    name
    isAccessManager
    isMainAdministrator
    subParties  {
      hasKeyRole
      name
      party
    }
    hasOnlyAccessToSubParties
  }
}
```

for å vise riktig dialoger i inbox (avhenger av party)
@seanes seanes added the dev developer task label May 14, 2024
@seanes
Copy link
Collaborator Author

seanes commented May 27, 2024

Vi henter dataene allerede.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev developer task
Projects
Status: Done
Development

No branches or pull requests

3 participants