Skip to content

Commit

Permalink
[#2939] Remove form_alchemy routes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 9, 2012
1 parent 7f75ec9 commit bc3009e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ckan/config/routing.py
Expand Up @@ -152,10 +152,6 @@ def make_map():
map.redirect('/package', '/dataset')
map.redirect('/package/{url:.*}', '/dataset/{url}')

##to get back formalchemy uncomment these lines
##map.connect('/package/new', controller='package_formalchemy', action='new')
##map.connect('/package/edit/{id}', controller='package_formalchemy', action='edit')

with SubMapper(map, controller='related') as m:
m.connect('related_new', '/dataset/{id}/related/new', action='new')
m.connect('related_edit', '/dataset/{id}/related/edit/{related_id}',
Expand Down

0 comments on commit bc3009e

Please sign in to comment.