diff options
-rw-r--r-- | app/controllers/public_body_controller.rb | 3 | ||||
-rw-r--r-- | todo.txt | 7 |
2 files changed, 2 insertions, 8 deletions
diff --git a/app/controllers/public_body_controller.rb b/app/controllers/public_body_controller.rb index 0ef143f7f..dcaaa432c 100644 --- a/app/controllers/public_body_controller.rb +++ b/app/controllers/public_body_controller.rb @@ -59,7 +59,8 @@ class PublicBodyController < ApplicationController # :request_email # we hide this behind a captcha, to stop people doing bulk requests easily :created_at => @public_body.created_at, :updated_at => @public_body.updated_at, - # :version, :last_edit_editor, :last_edit_comment # history, not done yet + # don't add the history as some edit comments contain sensitive information + # :version, :last_edit_editor, :last_edit_comment :home_page => @public_body.calculated_home_page, :notes => @public_body.notes, :publication_scheme => @public_body.publication_scheme, @@ -1,10 +1,3 @@ -Tag search -- works with multiple tags -- reindex upon change -- find by first part of machine tag -- tag search public bodies -- document - Rebuild index for tag search? Get all the tags for a given request |