Closed oxgr closed 3 weeks ago
Changes HarvestForm to only allow setting the date with start_date and deriving the date for end_date from there.
HarvestForm
start_date
end_date
End time is still open to change and is validated to be after start as it did before.
Fixes #419
e.g. 127.0.0.1:8000/harvest/update/<int:pk>
127.0.0.1:8000/harvest/update/<int:pk>
Changes
HarvestForm
to only allow setting the date withstart_date
and deriving the date forend_date
from there.End time is still open to change and is validated to be after start as it did before.
Fixes #419
Type of change:
What's Changed:
Screenshots:
Affected URLs:
e.g.
127.0.0.1:8000/harvest/update/<int:pk>
Checklist: