diff options
author | Francis Irving <francis@mysociety.org> | 2010-08-12 08:34:20 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-08-12 08:34:20 +0100 |
commit | aa127d98a9dd70bf4fb660ec0d260789a1fded06 (patch) | |
tree | 6601c828c03a612e8d746dd33115d3c6dd991b3a /app/controllers/admin_request_controller.rb | |
parent | b5c784ccbcf552c679a843b9024d52344ddfbe98 (diff) |
Give change names so it looks good in admin interface
Diffstat (limited to 'app/controllers/admin_request_controller.rb')
-rw-r--r-- | app/controllers/admin_request_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/admin_request_controller.rb b/app/controllers/admin_request_controller.rb index ae051add2..7e6c365c1 100644 --- a/app/controllers/admin_request_controller.rb +++ b/app/controllers/admin_request_controller.rb @@ -202,7 +202,7 @@ class AdminRequestController < AdminController info_request.log_event("move_request", { :editor => admin_http_auth_user(), :old_user_url_name => old_user.url_name, - :new_user_url_name => destination_user.url_name + :user_url_name => destination_user.url_name }) info_request.reindex_request_events @@ -220,7 +220,7 @@ class AdminRequestController < AdminController info_request.log_event("move_request", { :editor => admin_http_auth_user(), :old_public_body_url_name => old_public_body.url_name, - :new_public_body_url_name => destination_public_body.url_name + :public_body_url_name => destination_public_body.url_name }) info_request.reindex_request_events |