Actions
Bug #10778
closed[Workbench] Clicking caret to expand job no longer works in pipeline instance display
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")) {
Updated by Tom Morris almost 8 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:5bdbbbf5137c6ef12d12362715dfc7ee6568dc93.
Actions