Thanks for the great distro CommerceGuys!
We have a couple of sites that reverted menu links to point to the CommerceGuys Twitter, FB accounts & reactivated disabled Pinterest links after the most recent update.
I'm guessing this was caused by commerce_kickstart_social.info:
features[menu_custom][] = menu-social-connection
features[menu_links][] = menu-social-connection_follow-us-on-twitter:https://twitter.com/commerceguys
features[menu_links][] = menu-social-connection_like-us-on-facebook:https://www.facebook.com/commerceguys
features[menu_links][] = menu-social-connection_what-we-like-on-pinterest:http://pinterest.com/
Cheers,
Andy
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | social_menu_updates-2498645-5.patch | 1 KB | mglaman |
| #3 | social_menu_updates-2498645-3.patch | 899 bytes | mglaman |
Comments
Comment #1
bojanz commentedOne more side-effect of the Features 2.x conversion...
Comment #2
mglamanAdding to kanban board for review, since it deals with the Features 2.x change.
I think it has to do with this update hook :/ Need to get a PR up and review Travis for upgrade tests, as I feel this was an issue with Features and menu_links in 2.x
Comment #3
mglamanGitHub PR: https://github.com/commerceguys/commerce_kickstart/pull/119
Attaching patch.
Comment #4
mglamanTests are failing with patch on upgrade.
Comment #5
mglamanGiving it another approach.
Comment #6
mglamanWrong approach all over. Issue is setting variable from #2245219: No service links shown in 2.13.
Running tests which change upgrade hook to be scoped to
https://travis-ci.org/commerceguys/commerce_kickstart/builds/71091537
Comment #8
mglamanFixed upgrade hook to only affect specific variable that needed to be set.