Skip to content

Commit afe7dec

Browse files
JLeenksukhpalp
andcommitted
WFPREV-930 Add project fiscal name to the performance update modal window (bcgov#1104)
Co-authored-by: Sukh <6563909+sukhpalp@users.noreply.github.com>
1 parent 7cbc532 commit afe7dec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

client/wfprev-war/src/main/angular/src/app/components/edit-project/wfprev-performance-update/wfprev-performance-updates.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ export class PerformanceUpdatesComponent implements OnChanges {
101101
projectGuid: this.projectGuid,
102102
fiscalGuid: this.fiscalGuid,
103103
currentForecast: data.fiscalForecastAmount,
104-
originalCostEstimate: data.totalCostEstimateAmount
104+
originalCostEstimate: data.totalCostEstimateAmount,
105+
projectFiscalName: data.projectFiscalName
105106
},
106107
disableClose: true
107108
});

client/wfprev-war/src/main/angular/src/app/components/wfprev-performance-update-modal-window/wfprev-performance-update-modal-window.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<form>
44
<div class="section">
5-
<p mat-dialog-title class="title">General Update for Fiscal Activity</p>
5+
<p mat-dialog-title class="title">General Update for Fiscal Activity: {{data.projectFiscalName}}</p>
66
<div class="modal-window-row">
77
<div>
88
<wfprev-select-field class="form-item" [label]="'Reporting Period'" [required]="true"

0 commit comments

Comments
 (0)