Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 563 Rev 564
Línea 1234... Línea 1234...
1234
                    'image'         => $topic->image ? $storage->getGenericImage($path, $topic->uuid, $topic->image) : '',
1234
                    'image'         => $topic->image ? $storage->getGenericImage($path, $topic->uuid, $topic->image) : '',
1235
                    'progress'      => $progress,
1235
                    'progress'      => $progress,
1236
                    'completed'     => $completed,
1236
                    'completed'     => $completed,
1237
                    'order'         => $topic->order,
1237
                    'order'         => $topic->order,
1238
                    'added_on'      => $topic->added_on,
1238
                    'added_on'      => $topic->added_on,
1239
                    'updated_on'    => $topic->updated_on,
1239
                    'updated_on'    => $topic->updated_on
1240
                    'link_capsules' => $this->url()->fromRoute('microlearning/capsules', ['topic_id' => $topic->uuid], ['force_canonical' => true]),
-
 
1241
                    'link_get'      => $this->url()->fromRoute('microlearning/get-topic', ['id' => $topic->uuid], ['force_canonical' => true]),
-
 
1242
                    
-
 
1243
                ]);
1240
                ]);
1244
            }
1241
            }
Línea 1245... Línea 1242...
1245
            
1242