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

@ -1,3 +1,11 @@
Comments:
----
Label: Offre initiale
----
Uuid: 7cCbXLUJWENOMUwh
----

View file

@ -6,3 +6,6 @@ focus: false
fields:
comments:
type: hidden
label:
label: Nom
type: text

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