ncsu-stars / Stars-CMS

A CMS written in Django for the STARS SLC at NCSU
http://research.csc.ncsu.edu/stars
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

CreatePageView fails with blank fields/duplicate slug #42

Closed mdraelos closed 12 years ago

mdraelos commented 12 years ago

Bugfix

The CreatePageView throws an AttributeError if the user attempts to create a page with a blank title, content, or slug field or if slug is not unique. This seems to be a data validation problem.

Steps to Reproduce

  1. Gain SLC leader privileges
  2. Navigate to /page/create/
  3. Click "Create" button
omarestrella commented 12 years ago

Commit 729f250a71ebbe3ba7d293d294d1a3e26fc20604 introduces a fix for this issue

mdraelos commented 12 years ago

Looks completely fixed to me.