Skip to content
Snippets Groups Projects

FE tweaks to get population behaving

Merged Jim Sheckard requested to merge uniform_weblog_fixes into main
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -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)
Loading