update library and theme

This commit is contained in:
Konstantinos Triantafyllou 2023-06-30 14:59:55 +03:00
parent 7aef4d352c
commit 7a4d7637fb
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,6 @@ import {NotificationUtils} from "../../openaireLibrary/notifications/notificatio
import {Notification} from "../../openaireLibrary/notifications/notifications"; import {Notification} from "../../openaireLibrary/notifications/notifications";
import {NotificationHandler} from "../../openaireLibrary/utils/notification-handler"; import {NotificationHandler} from "../../openaireLibrary/utils/notification-handler";
import {StatsProfilesService} from "../../utils/services/stats-profiles.service"; import {StatsProfilesService} from "../../utils/services/stats-profiles.service";
import {error} from "protractor";
@Component({ @Component({
selector: 'edit-stakeholder', selector: 'edit-stakeholder',
@ -232,6 +231,7 @@ export class EditStakeholderComponent implements OnDestroy {
this.notification = NotificationUtils.editStakeholder(this.user.firstname + ' ' + this.user.lastname, this.stakeholder.name); this.notification = NotificationUtils.editStakeholder(this.user.firstname + ' ' + this.user.lastname, this.stakeholder.name);
this.notify.reset(this.notification.message); this.notify.reset(this.notification.message);
if (this.isAdmin) { if (this.isAdmin) {
this.stakeholderFb.get('statsProfile').disable();
if (this.disableAlias) { if (this.disableAlias) {
setTimeout(() => { setTimeout(() => {
this.stakeholderFb.get('alias').disable(); this.stakeholderFb.get('alias').disable();

@ -1 +1 @@
Subproject commit 94957fff61526597e8bcdddaae03cd28e5c761e2 Subproject commit e82bbf7968a578bf5e119331eb102c06ebbcd5a8

@ -1 +1 @@
Subproject commit 1e06310b8b2b56f131754eaded615b6cf32c5848 Subproject commit 215d5922a4006e618c4df4d440c57a3da4356e41