Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 17000 Rev 17001
Línea 1339... Línea 1339...
1339
                            $notification->company_id = $capsule->company_id;
1339
                            $notification->company_id = $capsule->company_id;
1340
                            $notification->user_id = $user_id;
1340
                            $notification->user_id = $user_id;
1341
                            $notification->topic_id = $capsule->topic_id;
1341
                            $notification->topic_id = $capsule->topic_id;
1342
                            $notification->capsule_id = $capsule->id;
1342
                            $notification->capsule_id = $capsule->id;
1343
                            $notification->type = Notification::TYPE_NEW_MICROLEARNING_CAPSULE;
1343
                            $notification->type = Notification::TYPE_NEW_MICROLEARNING_CAPSULE;
1344
                            $notification->message  = 'LABEL_NOTIFICATION_NEW_MICROLEARNING_CAPSULE' . ' ' . $capsule->name;
1344
                            $notification->message  = 'LABEL_NOTIFICATION_NEW_MICROLEARNING_CAPSULE' . ' : ' . $capsule->name;
1345
                            $notification->url      = '/microlearning/capsules/' . $capsule->uuid .  '/detail';
1345
                            $notification->url      = '/microlearning/capsules/' . $capsule->uuid .  '/detail';
Línea 1346... Línea 1346...
1346
                            
1346