feat: refine ticket header save flow
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
parent
01b7103200
commit
cebe1b9bf1
9 changed files with 616 additions and 587 deletions
|
|
@ -8,8 +8,11 @@ import { requireAdmin, requireStaff } from "./rbac";
|
|||
const QUEUE_RENAME_LOOKUP: Record<string, string> = {
|
||||
"Suporte N1": "Chamados",
|
||||
"suporte-n1": "Chamados",
|
||||
chamados: "Chamados",
|
||||
"Suporte N2": "Laboratório",
|
||||
"suporte-n2": "Laboratório",
|
||||
laboratorio: "Laboratório",
|
||||
Laboratorio: "Laboratório",
|
||||
};
|
||||
|
||||
function renameQueueString(value: string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue