kanban - fix steps statuses
This commit is contained in:
parent
e66ed56324
commit
23bfd67b21
4 changed files with 51 additions and 5 deletions
|
|
@ -1,3 +1,11 @@
|
|||
Comments:
|
||||
|
||||
----
|
||||
|
||||
Label: Offre initiale
|
||||
|
||||
----
|
||||
|
||||
Uuid: 7cCbXLUJWENOMUwh
|
||||
|
||||
----
|
||||
|
|
|
|||
|
|
@ -6,3 +6,6 @@ focus: false
|
|||
fields:
|
||||
comments:
|
||||
type: hidden
|
||||
label:
|
||||
label: Nom
|
||||
type: text
|
||||
|
|
|
|||
|
|
@ -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