{{ file.fileName }}
diff --git a/portal-frontend/src/app/features/public/notice-of-intent/submission/submission-details.component.scss b/portal-frontend/src/app/features/public/notice-of-intent/submission/submission-details.component.scss
index 8e568b8c10..f4b04222dd 100644
--- a/portal-frontend/src/app/features/public/notice-of-intent/submission/submission-details.component.scss
+++ b/portal-frontend/src/app/features/public/notice-of-intent/submission/submission-details.component.scss
@@ -152,4 +152,10 @@
}
}
}
+
+ .multiple-documents {
+ a {
+ display: block;
+ }
+ }
}
From 3d7681df3ebdc59dcf86d9a835acd5ef48e183f6 Mon Sep 17 00:00:00 2001
From: Tristan Slater <1631008+trslater@users.noreply.github.com>
Date: Wed, 11 Sep 2024 16:30:30 -0700
Subject: [PATCH 003/107] Fix tiny font on comment input
---
.../return-application-dialog.component.scss | 1 +
.../return-application-dialog.component.scss | 1 +
2 files changed, 2 insertions(+)
diff --git a/alcs-frontend/src/app/features/application/lfng-info/return-application-dialog/return-application-dialog.component.scss b/alcs-frontend/src/app/features/application/lfng-info/return-application-dialog/return-application-dialog.component.scss
index 261b090287..fdaeb72f2f 100644
--- a/alcs-frontend/src/app/features/application/lfng-info/return-application-dialog/return-application-dialog.component.scss
+++ b/alcs-frontend/src/app/features/application/lfng-info/return-application-dialog/return-application-dialog.component.scss
@@ -35,6 +35,7 @@
}
.comment-input {
+ font-size: 16px;
resize: none;
margin-top: 4px;
border: 1px solid rgba(0, 0, 0, 0.42);
diff --git a/portal-frontend/src/app/features/applications/review-submission/return-application-dialog/return-application-dialog.component.scss b/portal-frontend/src/app/features/applications/review-submission/return-application-dialog/return-application-dialog.component.scss
index 84a41cd19f..066039b9ab 100644
--- a/portal-frontend/src/app/features/applications/review-submission/return-application-dialog/return-application-dialog.component.scss
+++ b/portal-frontend/src/app/features/applications/review-submission/return-application-dialog/return-application-dialog.component.scss
@@ -69,6 +69,7 @@
}
.comment-input {
+ font-size: rem(16);
resize: none;
margin-top: rem(4);
border: 1px solid rgba(0, 0, 0, 0.42);
From 7fb6bb74cd1bac3dde87d4b1faa68531295dcfac Mon Sep 17 00:00:00 2001
From: Tristan Slater <1631008+trslater@users.noreply.github.com>
Date: Thu, 12 Sep 2024 08:10:37 -0700
Subject: [PATCH 004/107] Update NARU description
---
.../1726098613152-update_naru_subtypes.ts | 38 +++++++++++++++++++
1 file changed, 38 insertions(+)
create mode 100644 services/apps/alcs/src/providers/typeorm/migrations/1726098613152-update_naru_subtypes.ts
diff --git a/services/apps/alcs/src/providers/typeorm/migrations/1726098613152-update_naru_subtypes.ts b/services/apps/alcs/src/providers/typeorm/migrations/1726098613152-update_naru_subtypes.ts
new file mode 100644
index 0000000000..33291371fc
--- /dev/null
+++ b/services/apps/alcs/src/providers/typeorm/migrations/1726098613152-update_naru_subtypes.ts
@@ -0,0 +1,38 @@
+import { MigrationInterface, QueryRunner } from 'typeorm';
+
+export class UpdateNaruSubtypes1726098613152 implements MigrationInterface {
+ public async up(queryRunner: QueryRunner): Promise {
+ queryRunner.query(`
+ update alcs.application_type at
+ set html_description = 'Choose this option if you are proposing to conduct a non-adhering residential use within the Agricultural Land Reserve under
+ Section 20.1(2) of the Agricultural Land Commission Act.
+
+ Non-adhering residential uses include:
+
+
An additional residence(s)
+
A residential structure larger than 500 m²
+
Retain an existing residence while building a new residence
+
Temporary foreign worker housing
+
+ '
+ where at.code = 'NARU';
+ `);
+ }
+
+ public async down(queryRunner: QueryRunner): Promise {
+ queryRunner.query(`
+ update alcs.application_type at
+ set html_description = 'Choose this option if you are proposing to conduct a non-adhering residential use within the Agricultural Land Reserve under
+ Section 20.1(2) of the Agricultural Land Commission Act.
+
+ Non-adhering residential uses include:
+
+
An additional residence for farm use;
+
A residential structure larger than 500 m²; or,
+
A non-adhering tourism accommodation.
+
+ '
+ where at.code = 'NARU';
+ `);
+ }
+}
From a0352c1cc965e8741ac18e4699000ffbe2f1e6c3 Mon Sep 17 00:00:00 2001
From: Tristan Slater <1631008+trslater@users.noreply.github.com>
Date: Thu, 12 Sep 2024 09:05:05 -0700
Subject: [PATCH 005/107] Fix incorrect NARU text
---
.../1726156915372-fix_new_naru_text.ts | 39 +++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 services/apps/alcs/src/providers/typeorm/migrations/1726156915372-fix_new_naru_text.ts
diff --git a/services/apps/alcs/src/providers/typeorm/migrations/1726156915372-fix_new_naru_text.ts b/services/apps/alcs/src/providers/typeorm/migrations/1726156915372-fix_new_naru_text.ts
new file mode 100644
index 0000000000..ce0fea50af
--- /dev/null
+++ b/services/apps/alcs/src/providers/typeorm/migrations/1726156915372-fix_new_naru_text.ts
@@ -0,0 +1,39 @@
+import { MigrationInterface, QueryRunner } from 'typeorm';
+
+export class FixNewNaruText1726156915372 implements MigrationInterface {
+ public async up(queryRunner: QueryRunner): Promise {
+ queryRunner.query(`
+ update alcs.application_type at
+ set html_description = 'Choose this option if you are proposing to conduct a non-adhering residential use within the Agricultural Land Reserve under
+ Section 20.1(2) of the Agricultural Land Commission Act.
+
+ Non-adhering residential uses include:
+
+
Additional residence(s)
+
Residence(s) with Total Floor Area greater than 500 m²
+
Retain an existing residence while building a new residence
+
Temporary foreign worker housing
+
+ '
+ where at.code = 'NARU';
+ `);
+ }
+
+ public async down(queryRunner: QueryRunner): Promise {
+ queryRunner.query(`
+ update alcs.application_type at
+ set html_description = 'Choose this option if you are proposing to conduct a non-adhering residential use within the Agricultural Land Reserve under
+ Section 20.1(2) of the Agricultural Land Commission Act.
+
+ Non-adhering residential uses include:
+
+
An additional residence(s)
+
A residential structure larger than 500 m²
+
Retain an existing residence while building a new residence