From 98189eedf4c80d730eb89f860e474c20759cfcec Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Wed, 18 Dec 2013 19:11:42 +0000 Subject: Add change requests to the 'Things to do' list --- app/controllers/admin_general_controller.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/controllers/admin_general_controller.rb') 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 -- cgit v1.2.3