mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-23 04:38:41 +00:00
Fix file upload
This commit is contained in:
parent
31e21ca0f3
commit
b240edd659
|
|
@ -28,6 +28,8 @@ class TaskView extends View
|
|||
{
|
||||
if ($status === TaskStatus::OPEN) {
|
||||
return 'darkblue';
|
||||
} elseif ($status === TaskStatus::DONE) {
|
||||
return 'green';
|
||||
} elseif ($status === TaskStatus::WORKING) {
|
||||
return 'purple';
|
||||
} elseif ($status === TaskStatus::CANCELED) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user