Closed cjg89 closed 2 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.
programs_department_link
This technically also affects CollegeAdmin/programs_college_link, but realistically colleges should map up one-to-one.
programs_college_link
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.