Proyectos de Subversion LeadersLinked - Services

Rev

Rev 1 | Rev 283 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 60
Línea 159... Línea 159...
159
 
159
 
Línea 160... Línea 160...
160
                    $item = [
160
                    $item = [
161
               
161
               
162
                        'name' => $record['name'],
162
                        'name' => $record['name'],
163
                        'status' => $status,
163
                        'status' => $status,
164
                        'image' => $this->url()->fromRoute('storage', ['type' => 'company', 'code' => $record['uuid'], 'filename' => $record['image']]),
164
                        'image' => $this->url()->fromRoute('storage', ['type' => 'company', 'code' => $record['uuid'], 'filename' => $record['image']],['force_canonical' => true]),
165
                        'link_my_company' =>  $link_my_company,
165
                        'link_my_company' =>  $link_my_company,
Línea 166... Línea 166...
166
                        'link_view' => $link_view,
166
                        'link_view' => $link_view,