From fa0c0af6e0ccf310c5b9eef8c13542becd90feeb Mon Sep 17 00:00:00 2001 From: Konstantinos Triantafyllou Date: Mon, 9 Dec 2019 15:27:44 +0000 Subject: [PATCH] [Monitor Dashboard]: Add creationDate on stakeholder form. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@57848 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/home/home.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/home/home.component.ts b/src/app/home/home.component.ts index c52a2b7..2dfa493 100644 --- a/src/app/home/home.component.ts +++ b/src/app/home/home.component.ts @@ -163,6 +163,7 @@ export class HomeComponent implements OnInit, OnDestroy { index_id: this.fb.control(this.stakeholder.index_id, Validators.required), index_shortName: this.fb.control(this.stakeholder.index_shortName, Validators.required), isDefaultProfile: this.fb.control(this.stakeholder.isDefaultProfile), + creationDate: this.fb.control(this.stakeholder.creationDate), alias: this.fb.control(this.stakeholder.alias, [ Validators.required,