mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Long Task description #1789
This commit is contained in:
parent
54c7aebb1c
commit
2328eaaf02
@ -59,7 +59,7 @@ class TaskDatatable extends EntityDatatable
|
||||
[
|
||||
'description',
|
||||
function ($model) {
|
||||
return e($model->description);
|
||||
return e(substr($model->description, 0, 80) . (strlen($model->description) > 80 ? '...' : ''));
|
||||
},
|
||||
],
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user