kanban - fix steps statuses
This commit is contained in:
parent
e66ed56324
commit
23bfd67b21
4 changed files with 51 additions and 5 deletions
|
|
@ -2,9 +2,11 @@
|
|||
|
||||
function getFileData($file) {
|
||||
$data = [
|
||||
'modified' => $file->modified('YYYY-MM-dd'),
|
||||
'url' => $file->url(),
|
||||
'uuid' => (string) $file->uuid(),
|
||||
'name' => $file->filename(),
|
||||
'label' => (string) $file->label(),
|
||||
'type' => (string) $file->type(),
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue