netresearch / timetracker

Simple time tracking front end with optional Jira synchronization, AD/LDAP integration and XLSX export.
GNU Affero General Public License v3.0
21 stars 27 forks source link

Fix estimation in project edit form #79

Closed cweiske closed 6 months ago

cweiske commented 8 months ago

The estimationText field was missing since 2018-11-08. When editing an existing project and saving it, the estimation got lost.

Causing commit was https://github.com/netresearch/timetracker/commit/90440fe634da40593fb91e8ffce2ad1c88551143

refactoring: use ORM

I've also added swagger-ui to make it easy to view the api docs without installing any dependencies. Feel free to only pick the bugfix if you don't like the swagger ui parts.