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
Oh thank you :-)
I was working it around making it calls the get_campuses() function from the Course class and handle it from the admin. Any reason it his hard coded like that?
On https://commons.gc.cuny.edu we need a centralized store of campus data because it's used in a bunch of different places, not just alongside cac-courses. In this case, the cac_course_campus is just a storage mechanism for the course-campus relationship - I'm not relying on it for information about the campuses themselves.
I'd be happy to remove the hardcoded references and replace them with add_filters() calls, if you feel like writing the pull request.
Where is that function defined?
The text was updated successfully, but these errors were encountered: