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/views | |
parent | c0356039adf81b5e18ae0d730a4cd72018e232f0 (diff) |
Allow disclosure_log to be imported in csv
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin_public_body/import_csv.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_public_body/import_csv.rhtml b/app/views/admin_public_body/import_csv.rhtml index 4a03d0665..62908ba52 100644 --- a/app/views/admin_public_body/import_csv.rhtml +++ b/app/views/admin_public_body/import_csv.rhtml @@ -51,7 +51,7 @@ </blockquote> <p>Supported fields: name (i18n), short_name (i18n), request_email (i18n), notes (i18n), - publication_scheme (i18n), home_page, tag_string (tags separated by spaces).</p> + publication_scheme (i18n), disclosure_log (i18n), home_page, tag_string (tags separated by spaces).</p> <p><strong>Note:</strong> Choose <strong>dry run</strong> to test, without actually altering the database. Choose <strong>upload</strong> to actually |