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

Some permission rules can cause re-sync after every reload of the app #2542

Open
sleidig opened this issue Aug 27, 2024 · 0 comments
Open

Some permission rules can cause re-sync after every reload of the app #2542

sleidig opened this issue Aug 27, 2024 · 0 comments

Comments

@sleidig
Copy link
Member

sleidig commented Aug 27, 2024

Describe the bug
On dev system the following rule causes the sync to re-start completely every time the app is reloaded or the user logs in anew.

To Reproduce
The following permission rule seems to cause the issue:

{
  "subject": "Child",
  "action": "manage",
  "conditions": {
    "assignedSchoolProject": {
      "$in": "${user.projects}"
    }
  }
}

--> demo.aam-digital.net with user demo (pass)


affects: SSF!, GE?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo (ready for work)
Development

No branches or pull requests

1 participant