Commit 81727716 by GD-A-150752

Mark-as-read params-changed.

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