[angular-16-irish-monitor | DONE | CHANGED] Edit stakeholder: shortname not required
This commit is contained in:
parent
6b062dc2fb
commit
f4fc3eddf6
|
@ -202,7 +202,7 @@ export class EditStakeholderComponent extends StakeholderBaseComponent {
|
|||
description: this.fb.control(this.stakeholder.description),
|
||||
index_name: this.fb.control(this.stakeholder.index_name, Validators.required),
|
||||
index_id: this.fb.control(this.stakeholder.index_id, Validators.required),
|
||||
index_shortName: this.fb.control(this.stakeholder.index_shortName, Validators.required),
|
||||
index_shortName: this.fb.control(this.stakeholder.index_shortName),
|
||||
statsProfile: this.fb.control(this.stakeholder.statsProfile, Validators.required),
|
||||
locale: this.fb.control(this.stakeholder.locale, Validators.required),
|
||||
projectUpdateDate: this.fb.control(this.stakeholder.projectUpdateDate),
|
||||
|
|
Loading…
Reference in New Issue