-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates functioning of catalog home button
This adds improved logic to the function called when user selects the home button: (this applies when the current location is any tab on any dataset page in a catalog) - If there is NO home page set: - if there is a tab name in the URL, navigate to current - else: don't navigate, only reset - If there IS a home page set: - if the current page IS the home page: - if there is a tab name in the URL, navigate to current - else: don't navigate, only reset - if the current page is NOT the home page, navigate to home (reset = clear filters and set tab index = 0)
- Loading branch information
Showing
1 changed file
with
47 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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