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
In both the Create Course and Create Library pages...
In the default Open edX configuration (settings.ORGANIZATIONS_AUTOCREATE == True), one is able to select an organization from the drop-down OR enter a new organization. When a new organization is entered, it is available from the drop down next time a course is created (in the background, the organization is added to the database).
When settings.ORGANIZATIONS_AUTOCREATE == False (as is true on edx.org), one is only able to select an existing organization from the drop-down.
New organizations can only be added by site administrators via the Django admin panel.
Actual (under ORGANIZATIONS_AUTOCREATE==True)
The Create Course page currently matches the expected behavior...
I can create a course under "kyle3" even though it does not exist yet
Next time I go to create a course - kyle3 is an option
...but the Create Library (Beta) page does not match the expected behavior
Actual (under ORGANIZATIONS_AUTOCREATE==False)
I did not test this. Developers, when working to resolve this bug, please ensure that when ORGANIZATIONS_AUTOCREATE==False, nonexistent orgs cannot be specified when creating courses OR libraries.
The text was updated successfully, but these errors were encountered:
Expected
In both the Create Course and Create Library pages...
settings.ORGANIZATIONS_AUTOCREATE == True
), one is able to select an organization from the drop-down OR enter a new organization. When a new organization is entered, it is available from the drop down next time a course is created (in the background, the organization is added to the database).settings.ORGANIZATIONS_AUTOCREATE == False
(as is true on edx.org), one is only able to select an existing organization from the drop-down.Actual (under ORGANIZATIONS_AUTOCREATE==True)
The Create Course page currently matches the expected behavior...
I can create a course under "kyle3" even though it does not exist yet
Next time I go to create a course - kyle3 is an option
...but the Create Library (Beta) page does not match the expected behavior
Actual (under ORGANIZATIONS_AUTOCREATE==False)
I did not test this. Developers, when working to resolve this bug, please ensure that when
ORGANIZATIONS_AUTOCREATE==False
, nonexistent orgs cannot be specified when creating courses OR libraries.The text was updated successfully, but these errors were encountered: