Skip to content
Snippets Groups Projects

fix file editor bug

Merged Charlotte Hausman requested to merge fix_file_editor_bug into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -27,7 +27,7 @@
</a>
<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 id="warning-container" class="d-flex justify-content-center py-3" *ngIf="shouldHaveWeblog &&
<div id="warning-container" class="d-flex justify-content-center py-3" *ngIf="currentVersion.current_execution && shouldHaveWeblog() &&
(currentVersion.current_execution.state_name === 'Failed' || currentVersion.current_execution.state_name === 'Error')">
<em>Warning: This request is in an Error or Failed state, weblog might not exist.</em>
</div>
Loading