-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LeftNav in btpLayout: make 'expanded' the default state for nav item groups #3938
Conversation
@@ -322,6 +323,25 @@ class NavigationHelpersClass { | |||
return expandedList; | |||
} | |||
|
|||
storeCollapsedSuperCategoriesState(key, value) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add unit tests for these new methods? Please use existing 'navigation-helpers.spec.js' file for this purpose
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added 😸
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
Description
Changes proposed in this pull request:
isGroup: true
Related issue(s)
#3911