Skip to content

Commit 07b4c38

Browse files
authored
Fix internal ci page due to bad copy/paste
1 parent 8329b90 commit 07b4c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/dashboard.v2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ function renderSingleBadge (key, field, linkType, badge_url) {
282282

283283
if ( linkType == "internal") {
284284
envLink = json_obj.jenkinsURL
285-
branchLink = encodeURI(getJiraSearch(json.patternName));
285+
branchLink = encodeURI(getJiraSearch(json_obj.patternName));
286286
} else {
287287
envLink = encodeURI(badge_url)
288288
branchLink = encodeURI(json_obj.patternRepo)

0 commit comments

Comments
 (0)