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 129... Línea 129...
129
                    }
129
                    }
Línea 130... Línea 130...
130
                    
130
                    
131
                    array_push($emojis_how_are_you_feel, [
131
                    array_push($emojis_how_are_you_feel, [
132
                        'id' => $record->uuid,
132
                        'id' => $record->uuid,
133
                        'link_save' => $link_save,
133
                        'link_save' => $link_save,
134
                        'image' => $this->url()->fromRoute('storage', ['code' => $record->uuid, 'type' => 'daily-pulse', 'filename' => $record->image]),
134
                        'image' => $this->url()->fromRoute('storage', ['code' => $record->uuid, 'type' => 'daily-pulse', 'filename' => $record->image],['force_canonical' => true]),
135
                    ]);
135
                    ]);
Línea 136... Línea 136...
136
                }
136
                }
Línea 147... Línea 147...
147
                    }
147
                    }
Línea 148... Línea 148...
148
                    
148
                    
149
                    array_push($emojis_climate_on_your_organization, [
149
                    array_push($emojis_climate_on_your_organization, [
150
                        'id' => $record->uuid,
150
                        'id' => $record->uuid,
151
                        'link_save' => $link_save,
151
                        'link_save' => $link_save,
152
                        'image' => $this->url()->fromRoute('storage', ['code' => $record->uuid, 'type' => 'daily-pulse', 'filename' => $record->image]),
152
                        'image' => $this->url()->fromRoute('storage', ['code' => $record->uuid, 'type' => 'daily-pulse', 'filename' => $record->image],['force_canonical' => true]),
153
                    ]);
153
                    ]);
154
                }
154
                }