mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 04:09:26 +00:00
feat: added transfer ticket option on frontend
This commit is contained in:
@@ -165,6 +165,15 @@ const messages = {
|
||||
showAll: "All",
|
||||
},
|
||||
},
|
||||
transferTicketModal: {
|
||||
title: "Transferir Ticket",
|
||||
fieldLabel: "Digite aqui o nome do usuário",
|
||||
noOptions: "Nenhum usuário encontrado com esse nome.",
|
||||
buttons: {
|
||||
ok: "Transferir",
|
||||
cancel: "Cancelar",
|
||||
},
|
||||
},
|
||||
ticketsList: {
|
||||
pendingHeader: "Queue",
|
||||
assignedHeader: "Working on",
|
||||
|
||||
@@ -165,16 +165,14 @@ const messages = {
|
||||
showAll: "Todos",
|
||||
},
|
||||
},
|
||||
TransferTicketModal : {
|
||||
title:"Transferir Chamado",
|
||||
fieldLabel: "Digite aqui o nome do técnico",
|
||||
transferTicketModal: {
|
||||
title: "Transferir Ticket",
|
||||
fieldLabel: "Digite aqui o nome do usuário",
|
||||
noOptions: "Nenhum usuário encontrado com esse nome.",
|
||||
buttons: {
|
||||
ok : "Transferir",
|
||||
cancel: "Cancelar",
|
||||
}
|
||||
|
||||
|
||||
|
||||
ok: "Transferir",
|
||||
cancel: "Cancelar",
|
||||
},
|
||||
},
|
||||
ticketsList: {
|
||||
pendingHeader: "Aguardando",
|
||||
|
||||
Reference in New Issue
Block a user