diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-12-18 19:11:42 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-01-13 12:36:41 +0000 |
commit | 98189eedf4c80d730eb89f860e474c20759cfcec (patch) | |
tree | 3a5ef8c0f3c824cad87278960d4882fd2abd0adc /app/controllers | |
parent | bfd1a71eeb4962996db5b226a976558b9f7a50bd (diff) |
Add change requests to the 'Things to do' list
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/admin_general_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/admin_general_controller.rb b/app/controllers/admin_general_controller.rb index 1bdd0c772..753208c9a 100644 --- a/app/controllers/admin_general_controller.rb +++ b/app/controllers/admin_general_controller.rb @@ -35,6 +35,8 @@ class AdminGeneralController < AdminController @old_unclassified = InfoRequest.find_old_unclassified(:limit => 20, :conditions => ["prominence = 'normal'"]) @holding_pen_messages = InfoRequest.holding_pen_request.incoming_messages + @new_body_requests = PublicBodyChangeRequest.new_body_requests.open + @body_update_requests = PublicBodyChangeRequest.body_update_requests.open end def timeline |