From d3a6c08a9d4d7c4c41baa793dde260e266bd58ec Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 10 Apr 2013 21:46:55 +0100 Subject: [PATCH] better name for subaction --- Netdisco/lib/App/Netdisco/Daemon/Worker/Scheduler.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }); }