-
Bug
-
Resolution: Fixed
-
Minor
-
-
Jenkins 2.205
open /pluginManager/installed (Jenkins 2.198)
Have:
- a couple of plugins with dependencies (enabled)
- a couple of plugins (disabled)
- a couple of plugins that have never been upgraded
- a couple of plugins which have been upgraded
Actual results
I can't really explain what it's doing. – It appears to be stable (i.e. toggling the sort direction for one of these columns reverses the sort), but it isn't global (i.e. changing the sort key to a different column, e.g. Name, and then back to the Enabled column results in a new sort).
Expected results
Sorting by Uninstall should sort into two sets:
- Uninstall button enabled
- Uninstall button disabled
- is related to
-
JENKINS-60117 Rework sorting for the Enabled columns of Installed in Plugin Manager
-
- Open
-
[JENKINS-59665] Rework sorting for Uninstall columns of Installed in Plugin Manager
Description |
Original:
open /pluginManager/installed Have: # a couple of plugins with dependencies (enabled) # a couple of plugins (disabled) # a couple of plugins that have never been upgraded # a couple of plugins which have been upgraded h3. Actual results I can't really explain what it's doing. – It appears to be stable (i.e. toggling the sort direction for one of these columns reverses the sort), but it isn't global (i.e. changing the sort key to a different column, e.g. Name, and then back to the Enabled column results in a new sort). h3. Expected results h5. Sorting by Enabled should sort into three sets: # Enabled (checkbox checked) # Enabled (checkbox disabled) and can't be disabled (because they're used by enabled plugins) # Disabled (checkbox unchecked) h5. Sorting by Uninstall should sort into: two sets: # Uninstall button enabled # Uninstall button disabled |
New:
open /pluginManager/installed (Jenkins 2.198) Have: # a couple of plugins with dependencies (enabled) # a couple of plugins (disabled) # a couple of plugins that have never been upgraded # a couple of plugins which have been upgraded h3. Actual results I can't really explain what it's doing. – It appears to be stable (i.e. toggling the sort direction for one of these columns reverses the sort), but it isn't global (i.e. changing the sort key to a different column, e.g. Name, and then back to the Enabled column results in a new sort). h3. Expected results h5. Sorting by Enabled should sort into three sets: # Enabled (checkbox checked) # Enabled (checkbox disabled) and can't be disabled (because they're used by enabled plugins) # Disabled (checkbox unchecked) h5. Sorting by Uninstall should sort into: two sets: # Uninstall button enabled # Uninstall button disabled |
Labels | New: newbie-friendly |
Description |
Original:
open /pluginManager/installed (Jenkins 2.198) Have: # a couple of plugins with dependencies (enabled) # a couple of plugins (disabled) # a couple of plugins that have never been upgraded # a couple of plugins which have been upgraded h3. Actual results I can't really explain what it's doing. – It appears to be stable (i.e. toggling the sort direction for one of these columns reverses the sort), but it isn't global (i.e. changing the sort key to a different column, e.g. Name, and then back to the Enabled column results in a new sort). h3. Expected results h5. Sorting by Enabled should sort into three sets: # Enabled (checkbox checked) # Enabled (checkbox disabled) and can't be disabled (because they're used by enabled plugins) # Disabled (checkbox unchecked) h5. Sorting by Uninstall should sort into: two sets: # Uninstall button enabled # Uninstall button disabled |
New:
open /pluginManager/installed (Jenkins 2.198) Have: # a couple of plugins with dependencies (enabled) # a couple of plugins (disabled) # a couple of plugins that have never been upgraded # a couple of plugins which have been upgraded h3. Actual results I can't really explain what it's doing. – It appears to be stable (i.e. toggling the sort direction for one of these columns reverses the sort), but it isn't global (i.e. changing the sort key to a different column, e.g. Name, and then back to the Enabled column results in a new sort). h3. Expected results h5. Sorting by Enabled should sort into three sets: # Enabled (checkbox checked) # Enabled (checkbox disabled) and can't be disabled (because they're used by enabled plugins) # Disabled (checkbox unchecked) h5. Sorting by Uninstall should sort into two sets: # Uninstall button enabled # Uninstall button disabled |
Assignee | New: Manuel Hampp [ mhampp ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Assignee | Original: Manuel Hampp [ mhampp ] | New: Josh Soref [ jsoref ] |
Assignee | Original: Josh Soref [ jsoref ] | New: Manuel Hampp [ mhampp ] |
Hi,
I fixed the sorting for the uninstall column. The enabled column already seems to work fine.
BG
Manuel
pull request: https://github.com/jenkinsci/jenkins/pull/4298