Skip to content
Snippets Groups Projects

FE tweaks to get population behaving

Merged Jim Sheckard requested to merge uniform_weblog_fixes into main
3 files
+ 11
12
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -25,7 +25,7 @@
/requests/{{this.currentVersion.current_execution.current_workflow_request_id}}/weblog">
<span class="fas fa-eye"></span> View Weblog
</a>
<app-editor *ngIf="shouldHaveWeblog() && !capabilityRequest.ingested && capability.requires_qa" style="margin-left: 150px" modalTitleText="Edit QA Notes" [textToEdit]="qaNotes" (newEditEvent)="emitEditEventToParent($event)"><span class="fas fa-edit"></span> Edit QA Notes</app-editor>
<app-editor *ngIf="shouldHaveWeblog() && !capabilityRequest.ingested && capability.requires_qa" style="margin-left: 150px" modalTitleText="Edit QA Notes" [textToEdit]="qaNotes" (editorOpenEvent)="getQaNotesURL()" (newEditEvent)="emitEditEventToParent($event)"><span class="fas fa-edit"></span> Edit QA Notes</app-editor>
</div>
</div>
Loading