Inform the user of updates when they are available
General
Escalation
General
Escalation
Description
The old landing page was removed and replaced with a panel on the home dashboard. This looks to handle the use of DISABLE_UPDATES, but does so in an odd fashion.
Instead of either completely removing the ability to check for updates, or allowing the user to check for updates but prevent them from being applied, the panel allows you to check for updates and pretends that they don't exist.
Scenario: PMM updates Given DISABLE_UPDATES is enabled Then allow a manual check for updates And do not provide the button to apply updates
Scenario: PMM updates Given DISABLE_UPDATES is disabled Then allow a manual check for updates And provide the button to apply updates
The old landing page was removed and replaced with a panel on the home dashboard.
This looks to handle the use of
DISABLE_UPDATES
, but does so in an odd fashion.Instead of either completely removing the ability to check for updates, or allowing the user to check for updates but prevent them from being applied, the panel allows you to check for updates and pretends that they don't exist.
Scenario: PMM updates
Given DISABLE_UPDATES is enabled
Then allow a manual check for updates
And do not provide the button to apply updates
Scenario: PMM updates
Given DISABLE_UPDATES is disabled
Then allow a manual check for updates
And provide the button to apply updates