diff --git a/alcs-frontend/src/app/features/application/applicant-info/application-details/parcel/parcel.component.html b/alcs-frontend/src/app/features/application/applicant-info/application-details/parcel/parcel.component.html index 7e360f598d..dd798749da 100644 --- a/alcs-frontend/src/app/features/application/applicant-info/application-details/parcel/parcel.component.html +++ b/alcs-frontend/src/app/features/application/applicant-info/application-details/parcel/parcel.component.html @@ -130,6 +130,12 @@
Government Parcel Contact
{{ owner.phoneNumber }}
{{ owner.email }}
+
+ {{ + owner.corporateSummary.fileName + }} + +
diff --git a/alcs-frontend/src/app/features/notice-of-intent/applicant-info/notice-of-intent-details/parcel/parcel.component.html b/alcs-frontend/src/app/features/notice-of-intent/applicant-info/notice-of-intent-details/parcel/parcel.component.html index 65c5fd4dbe..9e7c11d0a5 100644 --- a/alcs-frontend/src/app/features/notice-of-intent/applicant-info/notice-of-intent-details/parcel/parcel.component.html +++ b/alcs-frontend/src/app/features/notice-of-intent/applicant-info/notice-of-intent-details/parcel/parcel.component.html @@ -117,7 +117,7 @@
Government Parcel Contact
Land Owner(s)
Organization
@@ -132,6 +132,12 @@
Government Parcel Contact
{{ owner.phoneNumber }}
{{ owner.email }}
+
+ {{ + owner.corporateSummary.fileName + }} + +
diff --git a/portal-frontend/src/app/features/applications/application-details/parcel/parcel.component.html b/portal-frontend/src/app/features/applications/application-details/parcel/parcel.component.html index b08c7e2ddd..da7a8c6080 100644 --- a/portal-frontend/src/app/features/applications/application-details/parcel/parcel.component.html +++ b/portal-frontend/src/app/features/applications/application-details/parcel/parcel.component.html @@ -103,38 +103,38 @@

Parcel #{{ parcelInd + 1 }}

-
Government Parcel Contact
+
Government Parcel Contact
First Name
{{ parcel.owners[0].firstName }}
-
+
Last Name
{{ parcel.owners[0].lastName }}
-
+
Ministry or Department
{{ parcel.owners[0].organizationName }}
-
Phone
+
Phone
{{ parcel.owners[0].phoneNumber ?? '' | mask : '(000) 000-0000' }}
-
Email
+
Email
{{ parcel.owners[0].email }}
-
+
Crown Type
@@ -148,7 +148,6 @@
Government
Land Owner(s)
diff --git a/portal-frontend/src/app/features/notice-of-intents/notice-of-intent-details/parcel/parcel.component.html b/portal-frontend/src/app/features/notice-of-intents/notice-of-intent-details/parcel/parcel.component.html index fc52248c8a..b129351c4c 100644 --- a/portal-frontend/src/app/features/notice-of-intents/notice-of-intent-details/parcel/parcel.component.html +++ b/portal-frontend/src/app/features/notice-of-intents/notice-of-intent-details/parcel/parcel.component.html @@ -103,38 +103,38 @@

Parcel #{{ parcelInd + 1 }}

-
Government Parcel Contact
+
Government Parcel Contact
First Name
{{ parcel.owners[0].firstName }}
-
+
Last Name
{{ parcel.owners[0].lastName }}
-
+
Ministry or Department
{{ parcel.owners[0].organizationName }}
-
Phone
+
Phone
{{ parcel.owners[0].phoneNumber ?? '' | mask : '(000) 000-0000' }}
-
Email
+
Email
{{ parcel.owners[0].email }}
-
+
Crown Type
@@ -148,7 +148,6 @@
Government
Land Owner(s)
diff --git a/portal-frontend/src/app/features/public/application/submission/parcel/parcel.component.html b/portal-frontend/src/app/features/public/application/submission/parcel/parcel.component.html index eab12bc427..82c0744394 100644 --- a/portal-frontend/src/app/features/public/application/submission/parcel/parcel.component.html +++ b/portal-frontend/src/app/features/public/application/submission/parcel/parcel.component.html @@ -59,28 +59,28 @@

Parcel #{{ parcelInd + 1 }}

-
Government Parcel Contact
+
Government Parcel Contact
First Name
{{ parcel.owners[0].firstName }}
-
+
Last Name
{{ parcel.owners[0].lastName }}
-
+
Ministry or Department
{{ parcel.owners[0].organizationName }}
-
+
Crown Type
@@ -93,10 +93,7 @@
Government
Land Owner(s)
-
Organization
-
- Ministry or Department -
+
Organization
{{ owner.displayName }}
diff --git a/portal-frontend/src/app/features/public/notice-of-intent/submission/parcel/parcel.component.html b/portal-frontend/src/app/features/public/notice-of-intent/submission/parcel/parcel.component.html index a7c7d816da..72c8c9c325 100644 --- a/portal-frontend/src/app/features/public/notice-of-intent/submission/parcel/parcel.component.html +++ b/portal-frontend/src/app/features/public/notice-of-intent/submission/parcel/parcel.component.html @@ -59,28 +59,28 @@

Parcel #{{ parcelInd + 1 }}

-
Government Parcel Contact
+
Government Parcel Contact
First Name
{{ parcel.owners[0].firstName }}
-
+
Last Name
{{ parcel.owners[0].lastName }}
-
+
Ministry or Department
{{ parcel.owners[0].organizationName }}
-
+
Crown Type