diff options
| author | Mark Wells <mark@freeside.biz> | 2015-10-10 11:56:46 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2015-10-10 11:57:06 -0700 |
| commit | 5ce58321ab8580a4280d2d1af9d3d049c27ed3bd (patch) | |
| tree | 36246a6f52cd63c3238d75adcb6139bdcf6e34c7 /httemplate/edit/process/elements/process.html | |
| parent | 5550f3da1af3c22651354b74dbc9f84ca6001497 (diff) | |
minor fixes to deploy zone editing, #30260
Diffstat (limited to 'httemplate/edit/process/elements/process.html')
| -rw-r--r-- | httemplate/edit/process/elements/process.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index a76f4befb..fd12c61d9 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -164,7 +164,9 @@ process(); % # some false laziness with the above % my ($form_name, $job_fields) = @{ $opt{'progress_init'} }; <form name="<% $form_name %>"> + <input type="hidden" name="<% $pkey %>" value="<% $new->get($pkey) %>"> % foreach my $field (@$job_fields) { +% next if $field eq $pkey; <input type="hidden" name="<% $field %>" value="<% $cgi->param($field) |h %>"> % } <& /elements/progress-init.html, |
