From 5c79ee871ad69c37d236d0571ed3b34c75906423 Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Fri, 13 Dec 2024 18:15:21 -0500 Subject: [PATCH] Reset childjobs watcher when kicking it off from a new parent job route --- ui/app/controllers/jobs/job/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/controllers/jobs/job/index.js b/ui/app/controllers/jobs/job/index.js index 220f8a82bf9..0479c0f7d01 100644 --- a/ui/app/controllers/jobs/job/index.js +++ b/ui/app/controllers/jobs/job/index.js @@ -98,6 +98,7 @@ export default class IndexController extends Controller.extend( { id, namespace }, throttle = Ember.testing ? 0 : 2000 ) { + this.childJobs = []; while (true) { let params = { filter: `ParentID == "${id}"`,