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
Currently, the organization dropdown in the course creation form displays a long list of organizations without a search or filtering option, as in the zoomed-out image below. As a result, users must manually scroll through the entire list to find the desired organization, which becomes increasingly inconvenient when dealing with a large number of organizations.
Yes, I agree with you. Setting ORGANIZATIONS_AUTOCREATE = False means that new organizations will not be automatically created when users attempt to add them. However, this is restricting search functionality. As a user, I shouldn't have to go through the list of x number of organizations to select the one I created earlier.
Description:
Currently, the organization dropdown in the course creation form displays a long list of organizations without a search or filtering option, as in the zoomed-out image below. As a result, users must manually scroll through the entire list to find the desired organization, which becomes increasingly inconvenient when dealing with a large number of organizations.
I found this behavior when testing this PR: #1689
How to reproduce:
ENABLE_CREATOR_GROUP
should betrue
andsettings.ORGANIZATIONS_AUTOCREATE
should be set toFalse
New Course
buttonAdditional Context
A zoomed-out screenshot is attached, highlighting the scrolling issue. Adding search functionality will significantly enhance the user experience.

The text was updated successfully, but these errors were encountered: