-
Notifications
You must be signed in to change notification settings - Fork 33
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
Make Username visible if can_see_sensible_data
ist true
#3548
Comments
I tried to add the operator and a perm check to the getName method in user-repository. But it broke the app. |
This is intended behavior. See for reference #3464. |
If you still want to change this see #3489 |
I second that this is not necessary. Users with |
(23.04.24) |
Current behaviour:
Even if a person is allowed to see sensible data the Username in the participant-list will never be displayed
Reproduction:
Wanted behaviour:
Given that a participant has the permission to see the username:
In the participant-list:
The display should be like the display in the account list
account-list:
participant-ist:
(description: the username should be displayed under the other name, if vote weight is activated then the username should be on the most left hand side and vote weight and name should be separated with a middot)
Several snackbars, views or pages:
with diverse actions you can see the string "User ##" so far I cannot identify an actual loss of functionality IF the username is also additionally displayed in the participant-list. this may need some revisiting after the participant-list is fixed. But this should be done is a separate Issue then.
The text was updated successfully, but these errors were encountered: