-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable statistics tab by default #660
Conversation
This pull request is deployed at test.admin-interface.opencast.org/660/2024-06-11_16-39-13/ . |
Use Run test server using develop.opencast.org as backend:
Specify a different backend like stable.opencast.org:
It may take a few seconds for the interface to spin up. |
This patch provides the configuration option for: opencast/opencast-admin-interface#660
By default the statistics view is broken and you need additional configuration. Therefor, it should be disabled by default in the admin interface. Unlike the old interface, this patch does not read the actual data from statistics providers, but uses a configuration option to determine if the statistics feature should be an option in the UI. This fixes opencast#357
This PR comments out a default that should have been commented out but was left uncommented accidentally. Also fixed a spelling mistake I missed with #5909 relating to opencast/opencast-admin-interface#660 TODO: There are a number of *other* defaults which are not commented out... ### Your pull request should… * [x] have a concise title * [ ] ~[close an accompanying issue](https://docs.opencast.org/develop/developer/#participate/development-process/#automatically-closing-issues-when-a-pr-is-merged) if one exists~ * [x] [be against the correct branch](https://docs.opencast.org/develop/developer/development-process#acceptance-criteria-for-patches-in-different-versions) * [ ] ~include migration scripts and documentation, if appropriate~ * [x] pass automated tests * [x] have a clean commit history * [x] [have proper commit messages (title and body) for all commits](https://medium.com/@steveamaza/e028865e5791)
By default the statistics view is broken and you need additional configuration. Therefor, it should be disabled by default in the admin interface.
Unlike the old interface, this patch does not read the actual data from statistics providers, but uses a configuration option to determine if the statistics feature should be an option in the UI.
The configuration and documentation is added in pull request opencast/opencast#5909
This fixes #357