From bb65a1b11bcd8d61a2093433c2427d0b758c727c Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 13 Oct 2022 13:34:09 +0200 Subject: [PATCH] disable contribution form datepicker when editing existing contribution --- frontend/src/components/Contributions/ContributionForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index 47f2be4c4..efe80f494 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -25,6 +25,7 @@ reset-value="" :label-no-date-selected="$t('contribution.noDateSelected')" required + :disabled="this.form.id !== null" >