Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 1 Rev 60
Línea 186... Línea 186...
186
                    '50' => '50 LABEL_USD',
186
                    '50' => '50 LABEL_USD',
187
                    '75' => '75 LABEL_USD',
187
                    '75' => '75 LABEL_USD',
188
                    '100' => '100 LABEL_USD',
188
                    '100' => '100 LABEL_USD',
189
                ],
189
                ],
190
                'usertype_id' => $currentUser->usertype_id,
190
                'usertype_id' => $currentUser->usertype_id,
191
                'image' => $this->url()->fromRoute('storage',['type' => 'user', 'code' => $currentUser->uuid, 'filename' => $currentUser->image]),
191
                'image' => $this->url()->fromRoute('storage',['type' => 'user', 'code' => $currentUser->uuid, 'filename' => $currentUser->image],['force_canonical' => true]),
Línea 192... Línea 192...
192
               
192
               
193
                'config' => $this->config,
193
                'config' => $this->config,
194
                'google_map_key' => $google_map_key,
194
                'google_map_key' => $google_map_key,
195
                'location_formatted_address' => $location_formatted_address,
195
                'location_formatted_address' => $location_formatted_address,
Línea 443... Línea 443...
443
            
443
            
Línea 444... Línea 444...
444
            $target_path = $this->config['leaderslinked.fullpath.user'] . DIRECTORY_SEPARATOR . $currentUser->uuid;
444
            $target_path = $this->config['leaderslinked.fullpath.user'] . DIRECTORY_SEPARATOR . $currentUser->uuid;
445
            
445
            
446
            return new JsonModel([
446
            return new JsonModel([
447
                'success' => true,
447
                'success' => true,
Línea 448... Línea 448...
448
                'data' => $this->url()->fromRoute('storage', ['code' => $currentUser->uuid, 'type' => 'user', 'filename' => $currentUser->image])
448
                'data' => $this->url()->fromRoute('storage', ['code' => $currentUser->uuid, 'type' => 'user', 'filename' => $currentUser->image],['force_canonical' => true])
449
            ]);
449
            ]);
Línea 555... Línea 555...
555
                    ]);
555
                    ]);
556
                }
556
                }
557
            }
557
            }
558
            return new JsonModel([
558
            return new JsonModel([
559
                'success'   => true,
559
                'success'   => true,
560
                'data' => $this->url()->fromRoute('storage', ['type' => 'user', 'code' => $currentUser->uuid, 'filename' => $currentUser->image])
560
                'data' => $this->url()->fromRoute('storage', ['type' => 'user', 'code' => $currentUser->uuid, 'filename' => $currentUser->image],['force_canonical' => true])
Línea 561... Línea 561...
561
                
561
                
562
            ]);
562
            ]);