ida-arbeitszeit / arbeitszeitapp

A webapp for labour-time calculation.
https://arbeitszeitapp.readthedocs.io
GNU Affero General Public License v3.0
36 stars 4 forks source link

Implement proper draft editing #1025

Closed seppeljordan closed 4 months ago

seppeljordan commented 4 months ago

This commit implements proper draft editing for companies. Before this commit companies would create a new draft everytime they tried to edit an existing draft. This was due to the EditDraft use case not being called. Instead we would call to the CreatePlanDraft use case every time.

Plan-ID: d21d8863-1179-4b7c-9d17-1701a7f78e76 (4x)

sloschert commented 4 months ago

4xCR