Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6452 Rev 6458
Línea 126... Línea 126...
126
                        'id' => $record->id,
126
                        'id' => $record->id,
127
                        'name' => $record->name,
127
                        'name' => $record->name,
128
                        'form' => $surveyForm->name,
128
                        'form' => $surveyForm->name,
129
                        'status' => $record->status,
129
                        'status' => $record->status,
130
                        'actions' => [
130
                        'actions' => [
131
                            'link_report_one' => $this->url()->fromRoute('survey/report/all', ['survey_id' => $record->uuid])
131
                            'link_report_all' => $this->url()->fromRoute('survey/report/all', ['survey_id' => $record->uuid])
132
                        ]
132
                        ]
133
                    ];
133
                    ];
Línea 134... Línea 134...
134
 
134
 
135
                    array_push($items, $item);
135
                    array_push($items, $item);