Production release February 2024 [CONNECT] #34

Merged
konstantina.galouni merged 168 commits from develop into master 2024-02-15 11:04:20 +01:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 1157c0f4a7 - Show all commits

View File

@ -199,6 +199,7 @@ export class ManageStakeholdersComponent extends StakeholderBaseComponent implem
}
this.alias.push(stakeholder.alias);
this.editStakeholderModal.cancel();
this.filtering();
};
this.editStakeholderModal.alertTitle = 'Create a new ' + (isDefault?'Default ':'') + 'Profile';
this.editStakeholderModal.okButtonText = 'Create';
@ -250,6 +251,7 @@ export class ManageStakeholdersComponent extends StakeholderBaseComponent implem
this.alias = this.alias.filter(item => item !== this.stakeholder.alias);
this.deleteLoading = false;
this.deleteStakeholderModal.cancel();
this.filtering();
}, error => {
UIkit.notification('An error has occurred. Please try again later', {
status: 'danger',