mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Reset childjobs watcher when kicking it off from a new parent job route (#24668)
This commit is contained in:
3
.changelog/24668.txt
Normal file
3
.changelog/24668.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
ui: Fix an issue where 2 parent jobs would see the others dispatches if it were otherwise empty
|
||||
```
|
||||
@@ -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}"`,
|
||||
|
||||
Reference in New Issue
Block a user