Bug #14085
closedRegistration options for College shows CUNY Central twice
0%
Description
I just noticed that on the registration page, the dropdown for College shows "CUNY Central" twice. We should probably fix that at some point. Ideally we only have one piece of meta data for each college.
Updated by Boone Gorges over 3 years ago
- Category name set to Registration
- Status changed from New to Staged for Production Release
- Assignee set to Boone Gorges
- Target version set to 1.18.6
Thanks for catching this. We build the 'College' dropdown during registration using the colleges()
utility from our 'Positions' tool. That colleges()
utility pulls our central list of CUNY campuses and then adds a few extras that don't necessarily appear in other lists but should appear during registration. CUNY Central was one of these special cases until we added it to the main campus list in #11087. At that point, we neglected to remove it from the list of special cases. I've done so in https://github.com/cuny-academic-commons/cac/commit/a64c83705d18d244d9677b9b626b0bdd114b8e9c.
Updated by Boone Gorges over 3 years ago
- Status changed from Staged for Production Release to Resolved