mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
merge 1923 and resolve conflict
This commit is contained in:
commit
7e682425c5
@ -39,7 +39,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
src: './src',
|
src: './src',
|
||||||
extensions: ['.js', '.vue'],
|
extensions: ['.js', '.vue'],
|
||||||
ignores: ['contributionLink.options.repetition.null'],
|
ignores: ['contributionLink.options.maxPerCycle.null'],
|
||||||
enableFix: false,
|
enableFix: false,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
@ -57,8 +57,8 @@ export default {
|
|||||||
'name',
|
'name',
|
||||||
'memo',
|
'memo',
|
||||||
'amount',
|
'amount',
|
||||||
'cycle',
|
{ key: 'cycle', label: 'Zyklus' },
|
||||||
'maxPerCycle',
|
{ key: 'maxPerCycle', label: 'Wiederholung' },
|
||||||
{ key: 'validFrom', label: 'Start' },
|
{ key: 'validFrom', label: 'Start' },
|
||||||
{ key: 'validTo', label: 'Ende' },
|
{ key: 'validTo', label: 'Ende' },
|
||||||
'delete',
|
'delete',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user