Opened 13 years ago

Closed 13 years ago

#17057 closed Bug (fixed)

Can't edit flatpages

Reported by: Carl Meyer Owned by: Carl Meyer
Component: contrib.flatpages Version: dev
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

r16937 makes flatpages un-editable, because it doesn't account for the edit case (considers it saving a new flatpage with duplicate url for same site).

Reported by anonymous as re-opening of #14678, re-filing here.

Change History (1)

comment:1 by Carl Meyer, 13 years ago

Resolution: fixed
Status: newclosed

In [17000]:

Fixed #17057 -- Corrected flatpage url uniqueness validation to account for flatpage editing.

Note: See TracTickets for help on using tickets.
Back to Top