You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click the "Channels" link in the breadcrumb to go back to the default browse view
Verify that the channel list type filter matches your selection still
Browse -> Search
Open the import modal
Select a channel list type
Search for a keyword
Verify that the channel list type filter matches your selection still
Search-> Browse
Open the import modal
Search for a keyword
Select a channel list type
Go back to browsing mode
Verify that the channel list type filter matches your selection still
Review -> Browse
Open the import modal
Select a channel list type
Select an item under browsing mode
Click review
Go back
Verify that the channel list type filter matches your selection still
Review -> Search
Open the import modal
Search for a keyword
Select a channel list type
Select an item from the search results list
Click review
Go back
Verify that the channel list type filter matches your selection still
Checklist
Is the code clean and well-commented?
Has the docs label been added if this introduces a change that needs to be updated in the user docs?
Has the CHANGELOG label been added to this pull request? Items with this label will be added to the CHANGELOG at a later time
Are there tests for this change?
Are all user-facing strings translated properly (if applicable)?
Has the notranslate class been added to elements that shouldn't be translated by Google Chrome's automatic translation feature (e.g. icons, user-generated text)?
Are all UI components LTR and RTL compliant (if applicable)?
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @jayoshih. Also thanks for the testing instructions. In terms of persisting filters, everything works as expected. There are some redundant navigation errors:
The reason will be displayed to describe this comment to others. Learn more.
@jayoshih Thank you. I've checked the updated code, and the changes look good. Even though I can see that the code was there before the PR, I added a question to catching NavigationDuplicated error because it might be related.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Issue Addressed
Fixes#2506
Fixes#2512
Fixes#2507
Fixes#2577
Steps to Test
Browse resources -> Browse channels
Browse -> Search
Search-> Browse
Review -> Browse
Review -> Search
Checklist
docslabel been added if this introduces a change that needs to be updated in the user docs?CHANGELOGlabel been added to this pull request? Items with this label will be added to the CHANGELOG at a later timenotranslateclass been added to elements that shouldn't be translated by Google Chrome's automatic translation feature (e.g. icons, user-generated text)?pages,components, andlayoutsdirectories as described in the docs?