UCF / Search-Service-Django

A django based REST API for accessing search data and related data management tools.
0 stars 0 forks source link

Update Unit DepartmentAdmin to support multiple mapped objects #298

Closed cjg89 closed 2 years ago

cjg89 commented 3 years ago

https://github.com/UCF/Search-Service-Django/blob/03820a773da9167b7c5fbbecfc52afc55e408642/units/admin.py#L197-L215

programs_department_link in DepartmentAdmin should be able to accommodate multiple objects from the Programs app being mapped to a single Department.

This technically also affects CollegeAdmin/programs_college_link, but realistically colleges should map up one-to-one.