aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2012-10-22 18:04:55 +1100
committerMatthew Landauer <matthew@openaustralia.org>2012-10-22 18:54:12 +1100
commit24e788475d7c11c0f8859f1e46c4f73e94d93c33 (patch)
treebd9857824f3451964963580855ee58dad125ca86 /app/models
parentc0356039adf81b5e18ae0d730a4cd72018e232f0 (diff)
Allow disclosure_log to be imported in csv
Diffstat (limited to 'app/models')
-rw-r--r--app/models/public_body.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/public_body.rb b/app/models/public_body.rb
index c3bc060a4..3bcf0e75d 100644
--- a/app/models/public_body.rb
+++ b/app/models/public_body.rb
@@ -413,7 +413,7 @@ class PublicBody < ActiveRecord::Base
next
end
- field_list = ['name', 'short_name', 'request_email', 'notes', 'publication_scheme', 'home_page', 'tag_string']
+ field_list = ['name', 'short_name', 'request_email', 'notes', 'publication_scheme', 'disclosure_log', 'home_page', 'tag_string']
if public_body = bodies_by_name[name] # Existing public body
available_locales.each do |locale|