Hi @cbd4-dk,
Thanks for reporting this. You’re right, and this is a bug on our end.
The Department field on the task creation form should be marked as required and should validate before submission, just like it does in the default osTicket interface. Instead, it fails silently and returns a generic error, which is exactly the kind of confusing experience we’re trying to eliminate.
This will be fixed in the next point release. In the meantime, you can add this to your Theme > Custom CSS:
body.tickets-page #popup #new-task-form .error {
display: inline;
}
Appreciate you taking the time to document this clearly.