1. Update library and assets. 2. Add deleteAthorizationLevel for managers with value manager.

This commit is contained in:
Konstantinos Triantafyllou 2023-02-09 16:31:54 +02:00
parent f2362b05cd
commit 83acc14d3b
4 changed files with 5 additions and 4 deletions

@ -1 +1 @@
Subproject commit acdba43c8bc8244f59e32e450f0dd106bb397037
Subproject commit c53806f5b33c2fc218b35b2ac8af30e1daa663d2

View File

@ -12,7 +12,8 @@ import {CommunityInfo} from "../../../openaireLibrary/connect/community/communit
selector: 'users-managers',
template: `
<role-users [id]="community.communityId" [type]="community.type" [name]="community.shortTitle" [inviteDisableMessage]="inviteDisableMessage"
[link]="link" [role]="'manager'" [message]="message" [emailComposer]="emailComposer">
[link]="link" [role]="'manager'" [deleteAuthorizationLevel]="'manager'"
[message]="message" [emailComposer]="emailComposer">
<div class="uk-flex uk-flex-middle uk-margin-medium-top info">
<div>
<div class="uk-margin-remove uk-text-background uk-text-bold uk-text-small">Admin Dashboard - Manage Users</div>

@ -1 +1 @@
Subproject commit fdcbc17b88deb76cee2cd4432282468be9f56b7e
Subproject commit 8c62240a403dd8a592eac78d565b185b3b1043c0

@ -1 +1 @@
Subproject commit 99ecab0b4e9ceed21424c8fa26ef270b4695b11e
Subproject commit 5b838cfc1c31fb2766a7cdd27734b8b78393e2e6