Hasnayeen / invobook

Self-hosted app for Time Tracking, Invoice Generation, Project & Client Management, built with Laravel & Filament.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: this.dueOnDate.toISOString When adding assignee to task. but not when changing Due On

rich9000 opened this issue · comments

Your environment:

Ubuntu, Fresh install from master

Description:

when editing a task when adding assignee I get a javascript error when I hit save. I do not get the error when I only change the Due On Field.

vendor.min.js:1 TypeError: this.dueOnDate.toISOString is not a function
at a.updateTask (home.min.js?id=4afa70550949e85515db:1)
at Ue (vendor.min.js:1)
at HTMLButtonElement.n (vendor.min.js:1)
at HTMLButtonElement.Jr.o._wrapper (vendor.min.js:1)

Steps To Reproduce:

Edit a task that does not have an assignee and try to add one.
image