Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3646 Rev 3647
Línea 342... Línea 342...
342
                }
342
                }
343
            }
343
            }
Línea 344... Línea 344...
344
            
344
            
345
            
345
            
346
        } else {
346
        } else {
Línea 347... Línea 347...
347
            /*
347
          
348
            if($this->currentUserPlugin->hasIdentity()) {
348
            if($this->currentUserPlugin->hasIdentity()) {
349
                
349
                
350
                $companyMapper = CompanyMapper::getInstance($adapter);
350
                $companyMapper = CompanyMapper::getInstance($adapter);
351
                $company = $companyMapper->fetchDefaultForNetworkByNetworkId($this->currentNetworkPlugin->getNetwork()->id);
351
                $company = $companyMapper->fetchDefaultForNetworkByNetworkId($this->currentNetworkPlugin->getNetwork()->id);
Línea 352... Línea 352...
352
                if($company) {
352
                if($company) {
353
                    $companyUserMapper = CompanyUserMapper::getInstance($adapter);
353
                    $companyUserMapper = CompanyUserMapper::getInstance($adapter);
Línea 354... Línea 354...
354
                    $companyUser = $companyUserMapper->fetchOneByCompanyIdAndUserId($this->company->id,  $this->currentUserPlugin->getUserId());
354
                    $companyUser = $companyUserMapper->fetchOneByCompanyIdAndUserId($company->id,  $this->currentUserPlugin->getUserId());
Línea 372... Línea 372...
372
                                $this->acl->allow($usertype, $resourceName);
372
                                $this->acl->allow($usertype, $resourceName);
373
                            }
373
                            }
374
                        }
374
                        }
375
                    }
375
                    }
376
                }
376
                }
377
            }*/
377
            }
378
        }
378
        }
Línea 379... Línea 379...
379
        
379