show all channels for updatable add-ons if a beta/dev add-on has been installed #16637
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.
Link to issue number:
None
Summary of the issue:
If a beta/dev add-on has been installed, updates for that add-on are not displayed by default when going to the updatable add-ons tab.
This is because the default channel view for updatable add-ons is always "Stable".
Instead, it would be helpful to show beta/dev add-ons if these have been installed previously.
Description of user facing changes
If a beta/dev add-on has been installed, add-ons of all channels will show up by default in the updatable add-ons tab
Description of development approach
Set the filter key depending on if beta/dev add-ons have been installed
Testing strategy:
Manual testing by installing a beta add-on
Known issues with pull request:
Note: this switches the default to all if any beta/dev add-on has been installed, not necessarily the one with updates available
Code Review Checklist: