Opened 4 years ago

Last modified 2 months ago

#1314 new enhancement

when changing group name, the slug is not changed

Reported by: k0rp0rate Owned by:
Priority: minor Milestone: Future Release
Component: Groups Version:
Severity: normal Keywords:
Cc: MrMaz, r-a-y

Description

If you create a group, and after that you want to rename the group... There is no problem to do it, you can change, but the group slug will be not changed.

So all users can see FOREVER the old name of the group in the group slug.

I think this is a important and basic defect that must would be solved soon.

Change History (9)

  • Cc MrMaz added
  • Keywords group slug rename support added
  • Milestone 1.1.3 deleted
  • Priority changed from major to minor
  • Type changed from defect to enhancement

This is the intended behavior. If the slug is changed then all of the external links to that group will be broken. I think this would be an enhancement to create the ability to support the renaming of a slug while still routing from "old" slugs.

Ok, in that case, I think that the way WordPress gives the user a field below the post/page title to edit the slug when you're in the post/page edit screen, must be the way to use in BuddyPress to change (if you want) group slug easy and fast ;)

  • Milestone set to Future Release
  • Cc r-a-y added
  • Component set to Groups
  • Milestone changed from Future Release to 1.4

This will come "for free" when we use custom post types

  • Keywords group slug rename support removed
  • Milestone changed from 1.6 to Future Release
  • Severity set to normal

Still valid, we should probably store the old slug as meta, and do a 301 redirect; just like how WP handles changes to page slugs.

Note: See TracTickets for help on using tickets.