feat: enhance TicketDetailDialog with status change confirmation and dropdown menu for status selection
This commit is contained in:
@@ -1416,6 +1416,7 @@
|
||||
"loadingRows": "Loading tickets...",
|
||||
"emptyRows": "No tickets yet",
|
||||
"detail": "Details",
|
||||
"currentStatus": "Current Status",
|
||||
"statusPending": "Pending",
|
||||
"statusInProgress": "In Progress",
|
||||
"statusDone": "Resolved",
|
||||
@@ -1446,6 +1447,9 @@
|
||||
"loadDetailFailed": "Could not load ticket details.",
|
||||
"statusUpdated": "Ticket status updated.",
|
||||
"statusUpdateFailed": "Could not update ticket status.",
|
||||
"statusChangeConfirmTitle": "Confirm Status Change",
|
||||
"statusChangeConfirmDescription": "Change ticket status from \"{from}\" to \"{to}\"?",
|
||||
"statusChangeConfirm": "Confirm Change",
|
||||
"updating": "Updating...",
|
||||
"progressRequired": "Enter an update.",
|
||||
"progressRecorded": "Update added.",
|
||||
|
||||
Reference in New Issue
Block a user