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

Ticket #461 (closed defect: fixed)

Opened 20 months ago

Last modified 20 months ago

Renaming page titles does not check for conflicts among peers

Reported by: dordille Owned by: dordille
Priority: critical Milestone: 1.4.1
Component: apostrophePlugin Version: 1.4
Keywords: Cc: boutell
Symfony version: 1.4

Description

In 1.4 stable renaming a page title automatically changes the slug to match the title. However when this happens there are no checks for possible conflicts. This allows for pages to exist with the same slug. This is part of the issue with ticket #453.

Change History

Changed 20 months ago by dordille

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

This has been fixed by [1611]. Now when renaming a page if the new slug that is created already exist the slug will take the format newSlug-%i where %i is an integer starting at 2.

Note: See TracTickets for help on using tickets.