cannot Sereal::Encode DBIC row

This commit is contained in:
Oliver Gorwits
2017-10-09 15:46:09 +01:00
parent 0a575f02ba
commit 5b7ce3f797
2 changed files with 2 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ use Dancer::Factory::Hook;
use aliased 'App::Netdisco::Worker::Status';
use App::Netdisco::Util::Permission qw/check_acl_no check_acl_only/;
use App::Netdisco::Util::Device 'get_device';
use Try::Tiny;
use Moo::Role;
@@ -28,6 +29,7 @@ sub run {
unless ref $job eq 'App::Netdisco::Backend::Job';
$self->job($job);
$self->job->device( get_device($job->device) );
$self->jobstat( Status->error('failed in job init') );
my $action = $job->action;