-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Hide update/version info when auto-update disabled #21384
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mentioned before, this might not be the approach we want to go with. It might fix the current problem, but has the potential to cause other problems in the future.
There could e.g. be an element where the child element isn't displayed on purpose until some data was loaded or similar...
265a37d
to
3f13175
Compare
Updated approach as discussed to disable the whole update info widget when auto update is disabled. |
The isAutoUpdateEnabled flag actually means the instance can talk to Matomo servers at all, so there wouldn't be any checks if it was false anyway.
Description:
Ref. DEV-17254.
Disabling the update info widget completely when auto updates are disabled.
Review