Refactor: Enforce type safety, fix close deadlock, implement assignee restrictions and notify admin fallbacks
Some checks failed
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled
Tests / PHP 8.5 (push) Has been cancelled

This commit is contained in:
2026-05-20 10:42:30 +00:00
parent 44a7f53deb
commit fc9158b928
16 changed files with 409 additions and 10 deletions

View File

@@ -10,6 +10,8 @@ return [
// TransferService
'transfer_reason_required' => 'Please enter a transfer reason.',
'handler_not_in_department' => 'The selected handler does not belong to the target department.',
'user_not_found' => 'The selected handler was not found.',
// FileService
'file_type_not_allowed' => 'File type :type is not allowed. Allowed: jpg, png, pdf, mp4, mov.',

View File

@@ -10,6 +10,8 @@ return [
// TransferService
'transfer_reason_required' => 'Vui lòng nhập lý do chuyển tiếp.',
'handler_not_in_department' => 'Người xử lý được chọn không thuộc phòng ban đích.',
'user_not_found' => 'Không tìm thấy người xử lý được chọn.',
// FileService
'file_type_not_allowed' => 'Loại file :type không được phép. Cho phép: jpg, png, pdf, mp4, mov.',