diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-10-23 11:51:04 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-12-04 09:32:41 +0000 |
commit | d9c42b52789743b6687c49d8457ec5ed1a8b21e3 (patch) | |
tree | 691a05f12544398962ce3c49d743f0bd2d9e8c96 /app/controllers | |
parent | 0aba4dcbcb19be2c2c66e40f051ae9c4e0283b6e (diff) |
Pass public bodies list through forms.
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/request_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index 5a4ec58a0..d56b5d245 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -187,7 +187,6 @@ class RequestController < ApplicationController if params[:public_body_ids].blank? redirect_to select_authorities_path and return end - # TODO: Pass public bodies list through new and preview template forms # TODO: I don't think batch requesters should be subject to rate limits, # but I do think we should probably check for double submission of batch |