mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge branch 'master' into 2139-add-deleted-by-to-contributions
This commit is contained in:
commit
c4b61d70aa
@ -12,6 +12,7 @@
|
|||||||
value-field="item"
|
value-field="item"
|
||||||
text-field="name"
|
text-field="name"
|
||||||
name="month-selection"
|
name="month-selection"
|
||||||
|
:disabled="true"
|
||||||
></b-form-radio-group>
|
></b-form-radio-group>
|
||||||
</b-row>
|
</b-row>
|
||||||
<div class="m-4">
|
<div class="m-4">
|
||||||
|
|||||||
@ -329,7 +329,8 @@ describe('ContributionForm', () => {
|
|||||||
|
|
||||||
describe('invalid form data', () => {
|
describe('invalid form data', () => {
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await wrapper.findComponent({ name: 'BFormDatepicker' }).vm.$emit('input', now)
|
// skip this precondition as long as the datepicker is disabled in the component
|
||||||
|
// await wrapper.findComponent({ name: 'BFormDatepicker' }).vm.$emit('input', now)
|
||||||
await wrapper.find('#contribution-amount').find('input').setValue('200')
|
await wrapper.find('#contribution-amount').find('input').setValue('200')
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@ -25,6 +25,7 @@
|
|||||||
reset-value=""
|
reset-value=""
|
||||||
:label-no-date-selected="$t('contribution.noDateSelected')"
|
:label-no-date-selected="$t('contribution.noDateSelected')"
|
||||||
required
|
required
|
||||||
|
:disabled="this.form.id !== null"
|
||||||
>
|
>
|
||||||
<template #nav-prev-year><span></span></template>
|
<template #nav-prev-year><span></span></template>
|
||||||
<template #nav-next-year><span></span></template>
|
<template #nav-next-year><span></span></template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user