-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: core
The CSS rule
#plugins tr.has-dependents .enable .jenkins-toggle-switch label, #plugins tr.has-dependents .enable button, #plugins tr.has-dependents button, #plugins tr.has-dependents input, #plugins tr.has-disabled-dependency .enable .jenkins-toggle-switch label, #plugins tr.has-disabled-dependency .enable input {
 opacity: .25;
 pointer-events: none;
}
applies to the #plugins tr.has-dependents button that would allow downgrading a plugin with dependents. While that i somewhat risky unless you confirm the versions that dependents depend on, this behavior makes the downgrade functionality unavailable to the vast majority of installed plugins.