Closed rizen closed 1 month ago
I tried this on my laptop, and it works fine. I'll make sure that the ving_maintenance branch is merged into main and push it out.
I can replicate it on my computer. The exact error message is: Unhandled Promise Rejection: TypeError: Object.assign requires that input parameter not be null or undefined
Perhaps it's a Safari thing. I'll try it in chrome next.
You are operating out of main, not your branch right?
Fails on Chrome as well:
Uncaught (in promise) TypeError: Cannot convert undefined or null to object
at assign (
Operating out of main and using Chrome.
fixed
The extra fetch of tasks happens when an HardwareItem is chosen for the ticket. The tasks specific to that Item are fetched.
The dispose dies on the first call to the first task, and it's a valid task, not a duplicate.
The problem is that there are 2 task lists, one partial list inside the composable for selecting Items and Tasks, and another full list for the selector in the search dropdown. They both try to dispose the same objects, and one fails.
fixed by using the new ego behavior
It should add the ticket to the list above, and redirect you to the ticket's page. It does neither.
Maybe it's supposed to, but it gets an object assign error