Open arbrandes opened 4 months ago
Thanks for the report! Aperture will track this internally as https://2u-internal.atlassian.net/browse/APER-3565. We will discuss this ticket in our next grooming session.
Both SUPPORT_URL and Programs links are fixed in master. We just need backports, now. @dcoa may be able to help, there. :)
Description
On a bare installation one sees the Programs button even though no programs are configured in the backend:
The result is a 404 if you click it:
Expected behavior
If no programs are configured in the backend, the button should simply not show.
Implementation
While we could implement this as a config variable, ideally the frontend would detect whether programs are enabled and render the button based on that.