Project

General

Profile

Actions

Bug #10778

closed

[Workbench] Clicking caret to expand job no longer works in pipeline instance display

Added by Tom Morris over 7 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Tom Morris
Category:
-
Target version:
Story points:
-

Description

This was broken recently. I just noticed it on a cluster which was deployed yesterday.

Clicking the icon to expand/unfold the job display generates this traceback on the console:

Uncaught TypeError: Cannot read property 'split' of undefined
at HTMLAnchorElement.<anonymous> (application-e67f00d….js:formatted:27038)
at HTMLDocument.dispatch (application-e67f00d….js:formatted:3211)
at HTMLDocument.g.handle (application-e67f00d….js:formatted:3096)

$(document).on("click", ".component-detail-panel", function(t) {
    var e = $($(t.target).attr("href"));
    if (-1 != $(e).attr("class").split(" ").indexOf("in")) {

Subtasks 1 (0 open1 closed)

Task #10779: Review 10778-expand-job-bugResolvedLucas Di Pentima12/22/2016Actions
Actions

Also available in: Atom PDF