Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/1465 - Update Form 1M to use the report_code_label now coming from api. Update Report list coverage to default to N/A when no coverage #2059

Merged
merged 2 commits into from
Jul 25, 2024

Conversation

sasha-dresden
Copy link
Contributor

Issue FECFILE-1465
API PR: PR986

…te Report list coverage to default to N/A when no coverage
@@ -40,9 +40,10 @@ <h1 class="m-0">Manage reports</h1>
<td>{{ item.formLabel }}</td>
<td>{{ item.report_code_label }}</td>
<td>
<ng-container *ngIf="item.coverage_from_date || item.coverage_through_date"
<ng-container *ngIf="item.coverage_from_date || item.coverage_through_date; else noCoverage"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

never seen that before. pretty cool

Copy link

sonarcloud bot commented Jul 25, 2024

@mjtravers mjtravers merged commit 24f67e1 into develop Jul 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants