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

Make it easier to find user and organisation when setting roles in Django Admin #73

Open
Tracked by #38
lexvand opened this issue May 5, 2022 · 1 comment
Open
Tracked by #38

Comments

@lexvand
Copy link

lexvand commented May 5, 2022

When creating a UserOrganisationRole in Django admin you need to select the user and organisation from a dropdown, that only supports quick selection by a username__startswith search by starting to type in the standard Django <select> field. With the growing number of users and organisations this is becoming an increasingly difficult task.

What would help:

  • Being able to search for the foreign key relation (like in a raw_id_field, but without loosing the quick option; is this an option?)
  • By default filter out inactive users

@lexvand commented on Thu Mar 24 2022

@byrman What do you think about this issue?


@byrman commented on Thu Mar 24 2022

@byrman What do you think about this issue?

Yes, that Admin page has much to be desired. But is it still used? The same can be achieved by sending an invitation?

We can improve on the Admin page, but perhaps we should get rid of lizard-auth-client and move the concept of organisations and roles to Lizard? Most of the lizard-auth-client library is now obsolete?

@lisannewapstra
Copy link

still an issue. @byrman the problem is that you have to be a manager to use the management page for invites. so each time you want to make yourself or another person a manager, you have this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants