kanban - fix steps statuses

This commit is contained in:
isUnknown 2024-11-18 15:52:15 +01:00
parent e66ed56324
commit 23bfd67b21
4 changed files with 51 additions and 5 deletions

View file

@ -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(),
];