-
Notifications
You must be signed in to change notification settings - Fork 22
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
DP-16804 State organizations link in Utility Nav #882
DP-16804 State organizations link in Utility Nav #882
Conversation
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.
This worked fine when I pulled the branch into Drupal and tested. When I viewed the branch locally in Mayflower, "State Organizations" does not appear (confirmed this also at https://mayflower.digital.mass.gov/b/patternlab/DP-16804_state-organizations-link/index.html). This is because in patternlab/styleguide/source/_data/utilityNav.json, line 26, "links" is empty:
"links": ""
Once I added an array of link info to utilityNav.json "href": "#"
, I can see "State Organizations" in the menu in Mayflower.
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.
Update utilityNav.json to add "href": "#". Otherwise, looks good!
….com:massgov/mayflower into patternlab/DP-16804_state-organizations-link
@lynnschumann Thank you for the note. utilityNav.json has been updated. Please review again. |
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.
LGTM!
….com:massgov/mayflower into patternlab/DP-16804_state-organizations-link
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.
Good on my end as well
Any PRs being created needs a changelog.txt file before being merged into dev. See: Change Log Instructions
Description
Change the state organizations menu from a button to a link directly to the page.
Related Issue / Ticket
Steps to Test
Screenshots
Desktop
![Pattern_Lab_-_pages-Homepage](https://user-images.githubusercontent.com/9633303/72629295-09890c00-391e-11ea-9466-311609963652.png)
Mobile
![mobile](https://user-images.githubusercontent.com/9633303/72629294-09890c00-391e-11ea-9275-627b11123f0f.png)
Additional Notes:
Anything else to add?
Impacted Areas in Application
@todo
Today I learned...