Skip to content
Snippets Groups Projects
Commit e790d77a authored by Jim Sheckard's avatar Jim Sheckard
Browse files

uniform_weblog_digging: events being weird at me v2

parent 556cc4f5
No related branches found
No related tags found
1 merge request!1029FE tweaks to get population behaving
Pipeline #6348 passed
......@@ -67,11 +67,9 @@ export class CapabilityDataAccessComponent implements OnInit {
var curCapabilityRequestId = this.currentVersion.current_execution.current_workflow_request_id;
this.workflowService.retrieveQaNotes(curCapabilityName, curCapabilityRequestId)
.subscribe(this.qaObserver);
console.log(this.qaNotes)
}
emitEditEventToParent(edits: string): void {
this.getQaNotesURL();
var curCapabilityName = this.capability.name;
var curCapabilityRequestId = this.currentVersion.current_execution.current_workflow_request_id;
this.workflowService.saveQaNotes(curCapabilityName, curCapabilityRequestId, edits)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment