diff options
author | Mark Wells <mark@freeside.biz> | 2014-12-30 16:04:48 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-12-30 16:04:48 -0800 |
commit | f041c3f6e17bdacf8ad6b0da87342ef84e7db404 (patch) | |
tree | f80115a8f5dacff6395ee26fd91ded929ac1a613 /httemplate/edit/process/deploy_zone-fixed.html | |
parent | 63e6a91136d87591d57a7f4e006dbfb41906a02c (diff) |
import deployment zone census block list, #32625
Diffstat (limited to 'httemplate/edit/process/deploy_zone-fixed.html')
-rw-r--r-- | httemplate/edit/process/deploy_zone-fixed.html | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/httemplate/edit/process/deploy_zone-fixed.html b/httemplate/edit/process/deploy_zone-fixed.html index c14c81c58..eae3a746d 100644 --- a/httemplate/edit/process/deploy_zone-fixed.html +++ b/httemplate/edit/process/deploy_zone-fixed.html @@ -1,9 +1,14 @@ <& elements/process.html, - error_redirect => popurl(2).'deploy_zone-fixed.html?', + debug => 1, + error_redirect => popurl(2).'deploy_zone-fixed.html', table => 'deploy_zone', viewall_dir => 'browse', - process_o2m => - { 'table' => 'deploy_zone_block', - 'fields' => [qw( censusblock censusyear )] - }, + process_o2m => { + 'table' => 'deploy_zone_block', + 'fields' => [qw( censusblock censusyear )] + }, + process_upload => { + 'process' => 'misc/process/deploy_zone-import.html', + 'fields' => [qw( censusyear format )], + }, &> |