#<StandardError: No support ticket service class configured>
/var/www/ood/apps/sys/dashboard/app/models/user_configuration.rb:131:in support_ticket_service' /var/www/ood/apps/sys/dashboard/app/controllers/support_ticket_controller.rb:44:in create_service_class’
/var/www/ood/apps/sys/dashboard/app/controllers/support_ticket_controller.rb:16:in `new’
Hi, sorry for the issue. What OS are you on and what version of OOD?
Looking at how this is implemented I’m not sure what is going wrong here. The line that is failing in the /var/www/ood/apps/sys/dashboard/app/models/user_configuration.rb is:
...
return SupportTicketEmailService.new(support_ticket) if support_ticket[:email]
...
But it seems like the email is not seen by the support_ticket[:email] somehow and raises an error.
I’ll have to play with this on my end to try and see if this is a bug or if the docs are missing steps to this.