-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1748 from bcgov/develop
Deployment PR - 1225
- Loading branch information
Showing
168 changed files
with
1,151 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 15 additions & 18 deletions
33
alcs-frontend/src/app/features/application/applicant-info/applicant-info.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
<div class="applicant-info"> | ||
<div *ngIf="application && submission"> | ||
<div *ngIf="submission.returnedComment" class="comment-container"> | ||
<div><strong>Comment for Applicant</strong></div> | ||
{{ submission.returnedComment }} | ||
</div> | ||
|
||
<app-application-details | ||
[submission]="submission" | ||
[fileNumber]="fileNumber" | ||
[applicationType]="application.type.code" | ||
[isSubmittedToAlc]="isSubmittedToAlc" | ||
[wasSubmittedToLfng]="wasSubmittedToLfng" | ||
[showEdit]="true" | ||
></app-application-details> | ||
</div> | ||
<div class="center"> | ||
<mat-spinner *ngIf="!application || !submission"></mat-spinner> | ||
<div *ngIf="application && submission"> | ||
<div *ngIf="submission.returnedComment" class="comment-container"> | ||
<div><strong>Comment for Applicant</strong></div> | ||
{{ submission.returnedComment }} | ||
</div> | ||
<app-application-details | ||
[submission]="submission" | ||
[fileNumber]="fileNumber" | ||
[applicationType]="application.type.code" | ||
[isSubmittedToAlc]="isSubmittedToAlc" | ||
[wasSubmittedToLfng]="wasSubmittedToLfng" | ||
[showEdit]="true" | ||
></app-application-details> | ||
</div> | ||
<div class="center"> | ||
<mat-spinner *ngIf="!application || !submission"></mat-spinner> | ||
</div> |
6 changes: 0 additions & 6 deletions
6
alcs-frontend/src/app/features/application/applicant-info/applicant-info.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.