It appears there's a bug (or maybe it's a cruel "by design" thing) on groups.drupal.org where all the path aliases for our group's OG Panel pages get blown away when the group's OG Panels "home page" is edited.

The result is that all the LA Drupal sub-pages are now at different paths. How can this be prevented from happening again? I think it may have to do with what Drupal considers the original path alias for the group.

Comments

greggles’s picture

Project: Groups.drupal.org » OG Panels
Version: 6.x-1.x-dev » 6.x-2.x-dev
Component: Other » Code
Issue tags: +gdolove

My guess is this is an og_panels bug if anything.

Moving and tagging.

christefano’s picture

What I did was change the path alias from los-angeles to la and then submit the home panel page to switch all the sub-pages' paths back to what they were before, bulk update style:

   http://groups.drupal.org/la/jobs
   http://groups.drupal.org/la/events
   http://groups.drupal.org/la/wiki
   ... etc.

This also changed the path alias for the group node back to los-angeles (the original path alias for the group, I believe), so I edited the group node again and switched the path alias back to la.

I think this will survive another edit.