I'm upgrading my sites to the Spaces/Context 3.x branch and now disabled features are showing up in my feature menu whereas previously they weren't. I haven't changed anything other than upgrade spaces/context. Is there something new I have to do in order to filter disabled features out of the menu?
Comments
Comment #1
yhahn commentedYep, you need to put the
spaces_access_feature()check (also available as a Views plugin) on your menu items to ensure they get hidden via access control.Comment #2
brentratliff commentedyahn,
Thank you. That should solve two of my Open Atrium beta 3 -> 4 broken features that don't rely on Views and CCK but rather other contrib modules. My purely Views/CCK features were easy to migrate with the Menu access controlled by Views but I couldn't figure this out with the change in Spaces 2 -> 3.