Fix build header for job with PR data
This commit is contained in:
parent
efaae492c4
commit
660752ec78
|
@ -26,6 +26,10 @@ export default Model.extend(DurationCalculations, {
|
|||
branch: Ember.computed.alias('build.branch'),
|
||||
branchName: Ember.computed.alias('build.branchName'),
|
||||
|
||||
pullRequest: Ember.computed.alias('build.pullRequest'),
|
||||
pullRequestNumber: Ember.computed.alias('build.pullRequestNumber'),
|
||||
pullRequestTitle: Ember.computed.alias('build.pullRequestTitle'),
|
||||
|
||||
log: function() {
|
||||
this.set('isLogAccessed', true);
|
||||
return Log.create({
|
||||
|
|
Loading…
Reference in New Issue
Block a user