-
Notifications
You must be signed in to change notification settings - Fork 70
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
Policy editor should support displaying roles with upper and lower case rolecodes #12080
Comments
Jeg har testet dette å endre på rollene for ulike apper nå, og usikker på om det har noe med denne PRen å gjøre ettersom det er en backend feil, men får hvertfall 500 server error når jeg legger til eller fjerner en hvilken som helst rolle 🤔 Dette er konsollen lokalt:
|
Fixed in this PR 12316 |
Tested this in dev now, and there is still some errors. When a subject is selected from the combobox, and then removed from the list of selected subjects, the subjectid is present in the options list instead of the subject title. I guess that there there is one more usage where we use the title and id wrong in the code 🤔 Skjermopptak.2024-02-16.kl.12.57.10.mov |
@WilliamThorenfeldt, your findings have been addressed in the following pull request: PR #12348. Additionally, I've identified some additional issues that need attention, and I've created a separate issue for that: Issue #12349. |
Description of the bug
Policies can ship with both upper- and lowercase role codes.
However, at the moment, only lowercase role codes from the policy are displayed with the descriptive text for the role. The same role code in uppercase results in just the rolecode being displayed.
Steps To Reproduce
Additional Information
Probably introduced with #11545, therefore adding it to our current sprint.
The text was updated successfully, but these errors were encountered: