Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5992 Rev 6597
Línea 282... Línea 282...
282
     * @return \Laminas\View\Model\JsonModel
282
     * @return \Laminas\View\Model\JsonModel
283
     */
283
     */
284
    public function extendedAction()
284
    public function extendedAction()
285
    {
285
    {
Línea 286... Línea -...
286
 
-
 
287
 
286
 
288
        $currentUserPlugin = $this->plugin('currentUserPlugin');
287
        $currentUserPlugin = $this->plugin('currentUserPlugin');
289
        $currentUser = $currentUserPlugin->getUser();
288
        $currentUser = $currentUserPlugin->getUser();
Línea 290... Línea -...
290
        $currentCompany = $currentUserPlugin->getCompany();
-
 
291
 
-
 
292
 
-
 
293
 
-
 
294
 
289
        $currentCompany = $currentUserPlugin->getCompany();
295
 
290
 
296
        $request = $this->getRequest();
291
        $request = $this->getRequest();
297
        if ($request->isGet()) {
292
        if ($request->isGet()) {