| Línea 251... |
Línea 251... |
| 251 |
if($chatGroup->high_performance_team_groups_id!=NULL){
|
251 |
if($chatGroup->high_performance_team_groups_id!=NULL){
|
| 252 |
$chat = [
|
252 |
$chat = [
|
| 253 |
'url_leave' => '',
|
253 |
'url_leave' => '',
|
| 254 |
'url_delete' => '',
|
254 |
'url_delete' => '',
|
| 255 |
'url_add_user_to_group' => '',
|
255 |
'url_add_user_to_group' => '',
|
| 256 |
'url_get_contact_group_list' => $this->url()->fromRoute('chat/get-contact-group-list', ['group_id' => $chatGroup->uuid]),
|
256 |
'url_get_contact_group_list' => '',
|
| 257 |
'url_get_contacts_availables_for_group' => '',
|
257 |
'url_get_contacts_availables_for_group' => '',
|
| 258 |
'url_clear' => $this->url()->fromRoute('chat/clear', ['id' => $chatGroup->uuid]),
|
258 |
'url_clear' => $this->url()->fromRoute('chat/clear', ['id' => $chatGroup->uuid]),
|
| 259 |
'url_close' => $this->url()->fromRoute('chat/close', ['id' => $chatGroup->uuid]),
|
259 |
'url_close' => $this->url()->fromRoute('chat/close', ['id' => $chatGroup->uuid]),
|
| 260 |
'url_send' => $this->url()->fromRoute('chat/send', ['id' => $chatGroup->uuid]),
|
260 |
'url_send' => $this->url()->fromRoute('chat/send', ['id' => $chatGroup->uuid]),
|
| 261 |
'url_upload' => $this->url()->fromRoute('chat/upload', ['id' => $chatGroup->uuid]),
|
261 |
'url_upload' => $this->url()->fromRoute('chat/upload', ['id' => $chatGroup->uuid]),
|