Select 2nd instead of 3rd cell on MarkAllUpdatesToolButton_Click
#2704
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
After the
MarkAllUpdatesToolButton
is clicked, the modlist scrolls to the top by selecting the third (index 2) cell of the first row.With v1.26, this column is no longer the mod name, but the
replace
checkbox.If this one is hidden, CKAN throws an error (because you cant select hidden cells, and it is in most cases):
Solution
Now the second cell instead of the third cell is selected, which is shown if there are updates available (otherwise you can't even click the button to mark all updatable mods), and which can't be hidden by the user, so the same error can't repeat with other columns.
Fixes #2703