#601 fix job queue no longer shows running or queued jobs
This commit is contained in:
6
Changes
6
Changes
@@ -1,3 +1,9 @@
|
|||||||
|
2.042010 - 2019-06-02
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* #601 fix job queue no longer shows running or queued jobs
|
||||||
|
|
||||||
2.042009 - 2019-05-30
|
2.042009 - 2019-05-30
|
||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|||||||
@@ -271,7 +271,10 @@ sub jq_complete {
|
|||||||
|
|
||||||
sub jq_log {
|
sub jq_log {
|
||||||
return schema('netdisco')->resultset('Admin')->search({
|
return schema('netdisco')->resultset('Admin')->search({
|
||||||
'me.log' => { '-not_like' => 'duplicate of %' },
|
-or => [
|
||||||
|
{ 'me.log' => undef },
|
||||||
|
{ 'me.log' => { '-not_like' => 'duplicate of %' } },
|
||||||
|
],
|
||||||
}, {
|
}, {
|
||||||
prefetch => 'target',
|
prefetch => 'target',
|
||||||
order_by => { -desc => [qw/entered device action/] },
|
order_by => { -desc => [qw/entered device action/] },
|
||||||
|
|||||||
Reference in New Issue
Block a user