diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-10-22 18:04:55 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-10-22 18:54:12 +1100 |
commit | 24e788475d7c11c0f8859f1e46c4f73e94d93c33 (patch) | |
tree | bd9857824f3451964963580855ee58dad125ca86 /app/models | |
parent | c0356039adf81b5e18ae0d730a4cd72018e232f0 (diff) |
Allow disclosure_log to be imported in csv
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/public_body.rb | 2 |
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| |