Resolves reuse of invitation code
This commit is contained in:
parent
5248a252ec
commit
aa17f9679b
8 changed files with 86 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue