Steps to reproduce:
- (Configure historyRemovalTimeStrategy=none)
- Open Batch operation page in Cockpit
- Filter for unfinished instances
- Mark 2 instances
- Select Delete finished process instances
- execute the batch
- Navigate to Batches and select this batch
- Check is the Failed jobs are listed in the right side of the page
Current:
No jobs are displayed
Expected:
The failed jobs are listed and the user can retry/delete them...
If you open dev tools you see:
TypeError: Cannot read property '_loadFailedJobs' of undefined
    at i (camunda-cockpit-ui.js?bust=7.10.0-alpha6:2)
    at j (camunda-cockpit-ui.js?bust=7.10.0-alpha6:2)
    at e (camunda-cockpit-ui.js?bust=7.10.0-alpha6:39)
    at Scope.$eval (deps.js?bust=7.10.0-alpha6:17553)
    at Scope.$apply (deps.js?bust=7.10.0-alpha6:17651)
    at h.done (camunda-cockpit-ui.js?bust=7.10.0-alpha6:39)
    at camunda-cockpit-ui.js?bust=7.10.0-alpha6:42
    at Request.callback (deps.js?bust=7.10.0-alpha6:92583)
    at Request.<anonymous> (deps.js?bust=7.10.0-alpha6:92227)
    at Request.Emitter.emit (deps.js?bust=7.10.0-alpha6:29589)