Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4093 Rev 4278
Línea 662... Línea 662...
662
                {
662
                {
663
                    $location =  [
663
                    $location =  [
664
                        'formatted_address'  => $record['formatted_address'],
664
                        'formatted_address'  => $record['formatted_address'],
665
                        'country' => $record['country'],
665
                        'country' => $record['country'],
666
                        'is_main' => $record['is_main'],
666
                        'is_main' => $record['is_main'],
667
                        'link_edit' => $this->url()->fromRoute('profile/location', ['id' => $company->uuid, 'operation' => 'edit', 'company_location_id' => $record['company_location_uuid'] ]),
667
                        'link_edit' => $this->url()->fromRoute('profile/location', ['id' => $record['company_location_uuid'], 'operation' => 'edit' ]),
668
                        'link_delete' => $this->url()->fromRoute('profile/location', ['id' => $company->uuid, 'operation' => 'delete', 'company_location_id' => $record['company_location_uuid'] ])
668
                        'link_delete' => $this->url()->fromRoute('profile/location', ['id' => $record['company_location_uuid'], 'operation' => 'delete'])
Línea 669... Línea 669...
669
                        
669
                        
Línea 670... Línea 670...
670
                    ];
670
                    ];
671
                    
671