Resolves reuse of invitation code

This commit is contained in:
Marcos Peña 2022-11-21 18:50:08 +00:00 committed by JuniorJPDJ
commit aa17f9679b
8 changed files with 86 additions and 2 deletions

View file

@ -75,6 +75,11 @@
Owner
</translate>
</th>
<th>
<translate translate-context="Content/Admin/Table.Label/Noun">
User
</translate>
</th>
<th>
<translate translate-context="*/*/*">
Status
@ -105,6 +110,11 @@
{{ scope.obj.owner.username }}
</router-link>
</td>
<td>
<span v-if="scope.obj.invited_user">
{{ scope.obj.invited_user.username }}
</span>
</td>
<td>
<span
v-if="scope.obj.users.length > 0"