ida-arbeitszeit / arbeitszeitapp

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

Simplify html template for draft creation #1004

Closed seppeljordan closed 3 months ago

seppeljordan commented 3 months ago

Before this commit the web logic around draft creation was slightly complicated. The complication was that the "Cancel" action in the creation form was handled as a POST request that would simply redirect the user to another page. Now the same thing is achieved via a <a> element. This allowed us to simplify the route/view.

seppeljordan commented 3 months ago

@sloschert Thanks for the review. The issue that you pointed out with duplicating drafts on cancel should be fixed now.