From 428c3370dab79c5d0966996293d7b5d1c930ba9b Mon Sep 17 00:00:00 2001 From: gary-jipp <37557999+gary-jipp@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:10:10 -0700 Subject: [PATCH] Revert "LCSD-7312: Add proof of valid interest back to Dormancy Reinstatement form" (#4291) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert "LCSD-7312: Add proof of valid interest back to Dormancy Reinstatement…" This reverts commit c94ebfdd9597a250dea4a385cde1ee7725bb6a11. --- .../application/application.component.html | 21 ------------------- .../Models.Extensions/Application.cs | 1 - 2 files changed, 22 deletions(-) diff --git a/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html b/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html index ab06339468..60cb02bd5f 100644 --- a/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html +++ b/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html @@ -1516,27 +1516,6 @@

Discretion Request

-
-
-
-

Supporting Documents

-
-

- Proof of valid interest (lease or land title) is required - attach a copy when submitting the form. -

- - - - -
-
-
-
diff --git a/cllc-public-app/Models.Extensions/Application.cs b/cllc-public-app/Models.Extensions/Application.cs index 55c04b8409..884cecaf96 100644 --- a/cllc-public-app/Models.Extensions/Application.cs +++ b/cllc-public-app/Models.Extensions/Application.cs @@ -696,7 +696,6 @@ public static void PopulateLicenceType(this MicrosoftDynamicsCRMadoxioApplicatio EstablishmentReopeningDate = dynamicsApplication.AdoxioEstablishmentreopeningdate, // Temporary Relocations - removed 2024-08-14 - // Note 2024-09-13: This is a temporary fix - TODO: Assign the appropriate value to temporaryRelocationCriteria and update workflow for AdoxioChecklistdrivingrecordcomplete temporaryRelocationCriteria = dynamicsApplication.AdoxioChecklistdrivingrecordcomplete, };