Skip to content

Commit

Permalink
Revert "LCSD-7312: Add proof of valid interest back to Dormancy Reins…
Browse files Browse the repository at this point in the history
…tatement form" (#4291)

Revert "LCSD-7312: Add proof of valid interest back to Dormancy Reinstatement…"

This reverts commit c94ebfd.
  • Loading branch information
gary-jipp authored Sep 26, 2024
1 parent b27d653 commit 428c337
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1516,27 +1516,6 @@ <h3 class="blue-header">Discretion Request</h3>
</div>
</section>
</div>
<div *ngIf="application?.applicationType?.name === ApplicationTypeNames.DormancyReinstatement">
<section>
<div>
<h3 class="blue-header">Supporting Documents</h3>
<div class="content-bottom">
<p>
Proof of valid interest (lease or land title) is required - attach a copy when submitting the form.
</p>

<app-file-uploader *ngIf="applicationId" documentType="Supporting Document"
fileTypes="FILE MUST BE IN PDF FORMAT." [disableUploads]="isOpenedByLGForApproval || lGHasApproved()"
[enableFileDeletion]="!isOpenedByLGForApproval && !lGHasApproved()" [multipleFiles]="true"
entityName="application" [useDocumentTypeForName]="true"
(numberOfUploadedFiles)="proofofValidInterestDocuments = $event" [entityId]="applicationId"
[uploadHeader]="'TO UPLOAD SUPPORTING DOCUMENTS'">
</app-file-uploader>

</div>
</div>
</section>
</div>
</section>

<!-- The label of the field will now be used to communicate the message of the alert -->
Expand Down
1 change: 0 additions & 1 deletion cllc-public-app/Models.Extensions/Application.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 428c337

Please sign in to comment.