Skip to content

Commit 8311b12

Browse files
committed
Bug 1384617: Incorrect Webhook URL in the UI
1 parent 03b49b4 commit 8311b12

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/scripts/directives/editWebhookTriggers.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ angular.module('openshiftConsole')
99
type: "@",
1010
typeInfo: "@",
1111
triggers: "=",
12-
bcName: "@",
13-
projectName: "@",
12+
bcName: "=",
13+
projectName: "=",
1414
form: "="
1515
},
1616
templateUrl: 'views/directives/edit-webhook-triggers.html',

dist/scripts/scripts.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7306,8 +7306,8 @@ scope:{
73067306
type:"@",
73077307
typeInfo:"@",
73087308
triggers:"=",
7309-
bcName:"@",
7310-
projectName:"@",
7309+
bcName:"=",
7310+
projectName:"=",
73117311
form:"="
73127312
},
73137313
templateUrl:"views/directives/edit-webhook-triggers.html",

0 commit comments

Comments
 (0)