feature/#31-backup-&-import #56

Merged
jkeffects merged 5 commits from feature/#31-backup-&-import into develop 2025-02-03 10:08:20 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e5cb8fecc6 - Show all commits

View file

@ -7,7 +7,7 @@
</p>
<div class="flex flex-row">
<RouterLink
v-if="can('update', 'user', 'user')"
v-if="can('admin', 'user', 'user')"
:to="{ name: 'admin-user-user-roles', params: { id: user.id } }"
>
<UserGroupIcon class="w-5 h-5 p-1 box-content cursor-pointer" />

View file

@ -12,7 +12,7 @@ export interface MembershipStatisticsViewModel {
durationInYears: string;
status: string;
statusId: number;
memberId: number;
memberId: string;
memberSalutation: string;
memberFirstname: string;
memberLastname: string;