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

Show
Ignore:
Timestamp:
04/26/10 16:26:04 (2 years ago)
Author:
dordille
Message:

Editing a blog slug now works as designed, this fixes #206.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk/config/doctrine/schema.yml

    r1046 r1062  
    66    Timestampable: ~ 
    77    Taggable: ~ 
    8     Sluggable: 
    9       canUpdate: true 
    108  columns: 
    119    id: 
     
    2018      type: string(255) 
    2119      notnull: true 
     20    slug: 
     21      type: string(255) 
     22      notnull: true 
     23      unique: true 
     24    slug_saved: 
     25      type: boolean 
     26      default: false 
    2227    excerpt: 
    2328      type: string