Fix sprint update

pull/6827/head
Mark Maglana 14 years ago
parent ac2f367040
commit e24668b241
  1. 2
      app/views/rb_server_variables/show.js.erb

@ -23,7 +23,7 @@ RB.urlFor = function(route_name, options){
}
RB.routes = {
update_sprint: '<%= url_for(:controller => 'rb_sprints', :action => 'update', :id => ":id") %>',
update_sprint: '<%= url_for(:controller => 'rb_sprints', :action => 'update', :sprint_id => ":id") %>',
create_story: '<%= url_for(:controller => 'rb_stories', :action => 'create') %>',
update_story: '<%= url_for(:controller => 'rb_stories', :action => 'update', :id => ":id") %>',

Loading…
Cancel
Save