Commit 9cee7dfe by GD-A-150752

code-refactor

parent eacb80d4
......@@ -126,9 +126,9 @@ export class MessageEngineComponent extends BaseComponent implements OnInit {
this.subscriptions.push(this.messageEngineService.getJobApplicationByID(this.jobApplicationID, assocs)
.subscribe(
data => {
this.jobApplication = data;
this.heading = this.embedded ? this.jobApplication.Candidate.User.Name :
this.applicantPortalLayoutService.userData.PageTitle;
this.jobApplication = data;
this.jobApplication.Messages = this.jobApplication.Messages || [];
this.utilsService.sort(this.jobApplication.Messages, ['ObjectCreated'], [1]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment