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

Collapse roles in user table #351

Closed
lkiesow opened this issue May 6, 2024 · 1 comment · Fixed by #635
Closed

Collapse roles in user table #351

lkiesow opened this issue May 6, 2024 · 1 comment · Fixed by #635
Assignees
Labels
type:enhancement New feature or request

Comments

@lkiesow
Copy link
Member

lkiesow commented May 6, 2024

The roles column in the user table can get extremely long in a production system. The episode ID based access control via roles will turn this even more into a problem.

Screenshot from 2024-05-06 20-35-18

While we can't really do much about custom roles like in this screenshot, we could esily do something about the new episode ID based roles and just show something like:

ROLE_X, ROLE_Y and 12 events

@gregorydlogan
Copy link
Member

I'm sure the follow-on request would be 'I want to see which 12 events in a modal', so keep that in mind ;)

@kruemelm0nsta kruemelm0nsta added the type:enhancement New feature or request label Jun 5, 2024
@lkiesow lkiesow self-assigned this Jun 5, 2024
lkiesow added a commit to lkiesow/opencast-admin-interface that referenced this issue Jun 5, 2024
The roles column in the user table can get extremely long in a
production system. This patch collapses UI, API and capture agent roles.

This fixes opencast#351
lkiesow added a commit to lkiesow/opencast-admin-interface that referenced this issue Jun 5, 2024
The roles column in the user table can get extremely long in a
production system. This patch collapses UI, API and capture agent roles.

This fixes opencast#351
lkiesow added a commit to lkiesow/opencast-admin-interface that referenced this issue Jun 5, 2024
The roles column in the user table can get extremely long in a
production system. This patch collapses UI, API and capture agent roles.

This fixes opencast#351
@Arnei Arnei closed this as completed in #635 Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants