mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
UserSearch implement the filter on every user that has not activate his account yet.
This commit is contained in:
parent
8e974bbc22
commit
bc00ddfdc7
@ -26,6 +26,7 @@
|
||||
<script>
|
||||
import UserTable from '../components/UserTable.vue'
|
||||
import { searchUsers } from '../graphql/searchUsers'
|
||||
import { searchNotActivatedUsers } from '../graphql/searchNotActivatedUsers'
|
||||
|
||||
export default {
|
||||
name: 'UserSearch',
|
||||
@ -58,7 +59,9 @@ export default {
|
||||
|
||||
methods: {
|
||||
unconfirmedRegisterMails() {
|
||||
alert('Apollo anfrage, alle Mitglieder, die nicht ihre Register E-Mail bestätigt haben.')
|
||||
this.searchResult = this.searchResult.filter((result) => {
|
||||
return !result.emailChecked
|
||||
})
|
||||
},
|
||||
getUsers() {
|
||||
this.$apollo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user