Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 2102 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2102 Rev 2115
Línea 127... Línea 127...
127
                    
127
                    
128
                    $item = [
128
                    $item = [
129
                        'title' => $record->title,
129
                        'title' => $record->title,
130
                        'description' => $record->description,
130
                        'description' => $record->description,
-
 
131
                        'progress'=> '90%',
131
                        'progress'=> '90%',
132
                        'date'=>$record->date,
132
                        'actions' => [
133
                        'actions' => [
133
                            'link_edit' => $this->url()->fromRoute('planning-objectives-and-goals/edit', ['id' => $record->uuid]),
134
                            'link_edit' => $this->url()->fromRoute('planning-objectives-and-goals/edit', ['id' => $record->uuid]),
134
                            'link_delete' => $this->url()->fromRoute('planning-objectives-and-goals/delete', ['id' => $record->uuid]),
135
                            'link_delete' => $this->url()->fromRoute('planning-objectives-and-goals/delete', ['id' => $record->uuid]),
135
                            'code'=> $record->uuid,
136
                            'code'=> $record->uuid,