Don't show Programs button if programs are not configured #372
Labels
bug
Report of or fix for something that isn't working as intended
release blocker
Blocks the upcoming release (fix needed)
waiting for eng review
PR is ready for review. Review and merge it, or suggest changes.
Milestone
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.
The text was updated successfully, but these errors were encountered: