Revert disable of stats-profile
This commit is contained in:
parent
7a4d7637fb
commit
7bed14a825
|
@ -231,7 +231,6 @@ export class EditStakeholderComponent implements OnDestroy {
|
|||
this.notification = NotificationUtils.editStakeholder(this.user.firstname + ' ' + this.user.lastname, this.stakeholder.name);
|
||||
this.notify.reset(this.notification.message);
|
||||
if (this.isAdmin) {
|
||||
this.stakeholderFb.get('statsProfile').disable();
|
||||
if (this.disableAlias) {
|
||||
setTimeout(() => {
|
||||
this.stakeholderFb.get('alias').disable();
|
||||
|
|
Loading…
Reference in New Issue