You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
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?
The text was updated successfully, but these errors were encountered:
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.
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:
@lexvand commented on Thu Mar 24 2022
@byrman What do you think about this issue?
@byrman commented on Thu Mar 24 2022
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?
The text was updated successfully, but these errors were encountered: