Commit 81727716 by GD-A-150752

Mark-as-read params-changed.

parent 20c0d9c3
...@@ -155,9 +155,7 @@ export class MessageEngineComponent extends BaseComponent implements OnInit { ...@@ -155,9 +155,7 @@ export class MessageEngineComponent extends BaseComponent implements OnInit {
markAsRead(): void { markAsRead(): void {
this.showLoader = true; this.showLoader = true;
const params = { const params = {
formParams: { JobApplication: this.jobApplication.ObjectID
JobApplication: this.jobApplication.ObjectID
}
}; };
this.utilsService.processObjects('MarkAsRead', params) this.utilsService.processObjects('MarkAsRead', params)
.subscribe( .subscribe(
......
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