mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
if an email is not confirmed, a user cannot be added to any multiple creation.
This commit is contained in:
parent
1cfcd02067
commit
68c6b26f2c
@ -125,15 +125,18 @@
|
|||||||
</row-details>
|
</row-details>
|
||||||
</template>
|
</template>
|
||||||
<template #cell(bookmark)="row">
|
<template #cell(bookmark)="row">
|
||||||
|
<div v-show="type === 'UserListSearch'">
|
||||||
<b-button
|
<b-button
|
||||||
|
v-if="row.item.emailChecked"
|
||||||
variant="warning"
|
variant="warning"
|
||||||
v-show="type === 'UserListSearch'"
|
|
||||||
size="md"
|
size="md"
|
||||||
@click="bookmarkPush(row.item)"
|
@click="bookmarkPush(row.item)"
|
||||||
class="mr-2"
|
class="mr-2"
|
||||||
>
|
>
|
||||||
<b-icon icon="plus" variant="success"></b-icon>
|
<b-icon icon="plus" variant="success"></b-icon>
|
||||||
</b-button>
|
</b-button>
|
||||||
|
<div v-else>E-Mail!</div>
|
||||||
|
</div>
|
||||||
<b-button
|
<b-button
|
||||||
variant="danger"
|
variant="danger"
|
||||||
v-show="type === 'UserListMassCreation' || type === 'PageCreationConfirm'"
|
v-show="type === 'UserListMassCreation' || type === 'PageCreationConfirm'"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user