Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5941 Rev 5942
Línea 2747... Línea 2747...
2747
                        $link_send = $this->url()->fromRoute('chat/send', ['id' => $record->uuid]);
2747
                        $link_send = $this->url()->fromRoute('chat/send', ['id' => $record->uuid]);
2748
                    } else {
2748
                    } else {
2749
                        $link_send = '';
2749
                        $link_send = '';
2750
                    }
2750
                    }
Línea 2751... Línea 2751...
2751
 
2751
 
-
 
2752
                    $link_open_or_create = $this->url()->fromRoute('chat/open-or-create', ['id' => $record->uuid]);
Línea 2752... Línea -...
2752
                    //$link_open_or_create = $this->url()->fromRoute('chat/open-or-create', ['id' => $record->uuid]);
-
 
Línea 2753... Línea 2753...
2753
 
2753
 
2754
                    $link_open_or_create = '';
2754
 
2755
 
2755