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/routing.yml

    r1056 r1062  
    269269  url:    
    270270  param: { module: aEvent, action: today } 
    271   class: aRoute  
     271  class: aRoute 
    272272   
    273273   
     
    275275# blog admin routes # 
    276276################ 
    277  
    278  
    279277 
    280278a_blog_admin: 
     
    286284    column:              slug 
    287285    with_wildcard_routes: true 
    288     with_show:           false 
     286    with_show:            false 
    289287 
    290288a_blog_admin_autocomplete: 
     
    292290  param: { module: aBlogAdmin, action: autocomplete } 
    293291  class: sfRoute 
    294  
    295292 
    296293a_blog_admin_edit: