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:19 -0700 |
commit | 749d1025a324b97b53042b77065ff96c90fcf2dd (patch) | |
tree | 88e8b5adfb4663712067dcbb221fd8f178fbf889 /httemplate/edit | |
parent | 1b6c91b4566e35d4a084c8704f258e33d409003c (diff) |
minor fixes to deploy zone editing, #30260
Diffstat (limited to 'httemplate/edit')
-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 b62231a5e..8979537e1 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -161,7 +161,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, |