nofusscomputing / centurion_erp

An ERP with a focus on ITSM and Automation
MIT License
0 stars 0 forks source link

not specifying subscribed_users causes API http/500 when creating project task #305

Closed jasonpagetas closed 1 month ago

jasonpagetas commented 2 months ago

not specifying subscribed_users when posting a project task causes server HTTP/500 see app/api/serializers/core/ticket.py line 178 for cause, which nis trying to access a list that may not be defined.

This occurs when using API to add project tasks