Skip to content
Snippets Groups Projects
Commit fe125903 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5708 add additional loading description

parent 75725774
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
" "
[isLoading]="uploadBescheidDocumentInProgress.loading" [isLoading]="uploadBescheidDocumentInProgress.loading"
[errorMessages]="uploadBescheidDocumentInProgress.error | convertApiErrorToErrorMessages" [errorMessages]="uploadBescheidDocumentInProgress.error | convertApiErrorToErrorMessages"
description="Bescheiddokument wird hochgeladen"
></ods-attachment> ></ods-attachment>
<ods-attachment <ods-attachment
*ngIf=" *ngIf="
...@@ -35,7 +36,8 @@ ...@@ -35,7 +36,8 @@
createBescheidDocumentInProgress.resource?.errorMessage createBescheidDocumentInProgress.resource?.errorMessage
" "
errorCaption="Fehler beim automatischen Erstellen" errorCaption="Fehler beim automatischen Erstellen"
loadingCaption="Bescheiddokument wird erstellt" loadingCaption="Bescheiddokument"
description="Bescheiddokument wird erstellt"
[isLoading]="createBescheidDocumentInProgress.loading" [isLoading]="createBescheidDocumentInProgress.loading"
[errorMessages]=" [errorMessages]="
createBescheidDocumentInProgress.resource?.errorMessage ? createBescheidDocumentInProgress.resource?.errorMessage ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment