Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ticket does not return null #683

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gustavodetoni
Copy link

Set queueId to null when completing ticket

This PR adjusts the system to set queueId to null when completing a ticket. This allows that when called again, the ticket is not associated with any queue, being visible to all users and allowing for re-assignment.

  • Associate a ticket with a queue.
  • Mark the ticket as completed.
  • Verify that the queueId is set to null in the database.
  • Confirm that the ticket is callable and visible to everyone.

#pt-br

Setar queueId como null ao concluir ticket

Este PR ajusta o sistema para definir queueId como null ao concluir um ticket. Isso permite que, ao ser chamado novamente, o ticket não esteja associado a nenhuma fila, ficando visível para todos os usuários e permitindo nova atribuição.

  • Associe um ticket a uma fila.
  • Marque o ticket como concluído.
  • Verifique que queueId foi definido como null no banco de dados.
  • Confirme que o ticket pode ser chamado e visto por todos.

Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant