Skip to content

Change usage of user in Ticket provider

Daniel Palomar requested to merge fix/user-usage-in-tickets into feature/master-packs

We move the users details to the ticket provider, out of the ticket type classes.

In the provider we check the Keycloak user if is set, else return a None in the user field.

With this change, we decouple the tickets logic from django and can move them to otrs_somconnexio lib to use the same logic in other apps (odoo).

Merge request reports