To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Ticket #102 (closed defect: fixed)

Opened 2 years ago

Last modified 20 months ago

When using Reorganize to move a page, slug does not change

Reported by: sprshrp Owned by: boutell
Priority: major Milestone:
Component: Documentation Version:
Keywords: Cc:
Symfony version: 1.4

Description

When using Reorganize, the slug does not change after moving the location of a page. It would be nice to auto-handle this.

E.g.

Home
|-news
|--FAQ (slug is /news/FAQ)

moved to

Home
|-news
|-FAQ (slug remains /news/FAQ, should be /news)

related to #38

Change History

  Changed 2 years ago by boutell

  • status changed from new to accepted

follow-up: ↓ 3   Changed 22 months ago by pgodel

Can we make this somehow configurable? there are cases that the slug should remain unchanged.

in reply to: ↑ 2   Changed 20 months ago by oestrogen

  • status changed from accepted to closed
  • resolution set to fixed

Replying to pgodel:

Can we make this somehow configurable? there are cases that the slug should remain unchanged.

As W3C writes: "Cool URIS don't change". If a page is moved there should at least be some kind of redirect from the old URL.

But wait, this is exactly what my Apostrophe installation does! Create a page two levels down and move it up one level. The slug is changed and a redirect is put in place at the old URL. Fantastic!

So, this ticked should be marked as fixed!

Note: See TracTickets for help on using tickets.