adfinis / timed

Monorepo for the Timed time-tracking application
GNU Affero General Public License v3.0
6 stars 5 forks source link

[BUG]: django-admin, can't open new task #268

Open c0rydoras opened 3 months ago

c0rydoras commented 3 months ago

Description

Pressing save when opening a new task on a project (in django admin) doesn't create the task.

Workarounds:

Steps to Reproduce

  1. go to instance and open django admin
  2. go to a project
  3. create a new task, without a project assignee (because with a project assignee it works for some reason)
  4. its not saved

Expected Behavior

pressing save once should suffice

Attachments

No response

Additional Context

No response

Version

v4.1.11

Required