diff --git a/Netdisco/lib/App/Netdisco/Daemon/Worker/Scheduler.pm b/Netdisco/lib/App/Netdisco/Daemon/Worker/Scheduler.pm index 0c341de7..98eabb43 100644 --- a/Netdisco/lib/App/Netdisco/Daemon/Worker/Scheduler.pm +++ b/Netdisco/lib/App/Netdisco/Daemon/Worker/Scheduler.pm @@ -78,7 +78,7 @@ sub worker_body { schema('netdisco')->resultset('Admin')->create({ action => $a, device => ($sched->{device} || undef), - subaction => ($sched->{param} || undef), + subaction => ($sched->{extra} || undef), status => 'queued', }); }