mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
rename file from LinksTransactionListFormular to TransactionLinkList
This commit is contained in:
parent
4692802d6f
commit
245f447b99
@ -73,7 +73,7 @@
|
||||
v-if="!row.item.deletedAt"
|
||||
:userId="row.item.userId"
|
||||
/>
|
||||
<links-transaction-list-formular :userId="row.item.userId" />
|
||||
<transaction-link-list :userId="row.item.userId" />
|
||||
|
||||
<deleted-user-formular :item="row.item" @updateDeletedAt="updateDeletedAt" />
|
||||
</b-card>
|
||||
@ -85,7 +85,7 @@
|
||||
import CreationFormular from '../CreationFormular.vue'
|
||||
import ConfirmRegisterMailFormular from '../ConfirmRegisterMailFormular.vue'
|
||||
import CreationTransactionListFormular from '../CreationTransactionListFormular.vue'
|
||||
import LinksTransactionListFormular from '../LinksTransactionListFormular.vue'
|
||||
import TransactionLinkList from '../TransactionLinkList.vue'
|
||||
import DeletedUserFormular from '../DeletedUserFormular.vue'
|
||||
|
||||
export default {
|
||||
@ -94,7 +94,7 @@ export default {
|
||||
CreationFormular,
|
||||
ConfirmRegisterMailFormular,
|
||||
CreationTransactionListFormular,
|
||||
LinksTransactionListFormular,
|
||||
TransactionLinkList,
|
||||
DeletedUserFormular,
|
||||
},
|
||||
props: {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="links-transaction-list-formular">
|
||||
<div class="transaction-link-list">
|
||||
<div v-if="items.length > 0">
|
||||
{{ $t('transactionlink.form_header') }}
|
||||
<b-table striped hover :fields="fields" :items="items"></b-table>
|
||||
@ -9,7 +9,7 @@
|
||||
<script>
|
||||
import { listTransactionLinksAdmin } from '../graphql/listTransactionLinksAdmin.js'
|
||||
export default {
|
||||
name: 'LinksTransactionListFormular',
|
||||
name: 'TransactionLinkList',
|
||||
props: {
|
||||
userId: { type: Number, required: true },
|
||||
},
|
||||
Loading…
x
Reference in New Issue
Block a user