Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15714 Rev 15715
Línea 112... Línea 112...
112
                //         'link_delete' => $this->url()->fromRoute('discovery-contacts/delete', ['id' => $record->uuid]),
112
                //         'link_delete' => $this->url()->fromRoute('discovery-contacts/delete', ['id' => $record->uuid]),
113
                //         'link_view' => $this->url()->fromRoute('discovery-contacts/view', ['id' => $record->uuid]),
113
                //         'link_view' => $this->url()->fromRoute('discovery-contacts/view', ['id' => $record->uuid]),
114
                //     ],
114
                //     ],
115
                // ];
115
                // ];
Línea 116... Línea 116...
116
 
116
 
117
                array_push($items, $item);
117
                //array_push($items, $item);
118
                return new JsonModel([
118
                return new JsonModel([
119
                    'success' => true,
119
                    'success' => true,
120
                    'records' => $record
120
                    'records' => $record
121
                ]);
121
                ]);