Skip to content
Snippets Groups Projects

Make weblog accessible in failed/error states.

Merged Charlotte Hausman requested to merge fix_failed_weblog_access into main
2 files
+ 5
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -27,6 +27,10 @@
</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 &&
(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>
</div>
<ng-template #processingNotCompleteMessage> <em>No actions available. This version is still processing or has not been submitted.</em> </ng-template>
Loading