svg modele scribe
This commit is contained in:
parent
6b3c52e453
commit
8fcd736dfe
|
@ -260,6 +260,20 @@ class PageRepository extends EntityRepository
|
|||
$id=$pages->current()->getId();
|
||||
$entity = $this->find($id);
|
||||
}
|
||||
|
||||
// Si aucune page profilé on récupère la premiere page perso
|
||||
if(!$entity) {
|
||||
if($pagesuser)
|
||||
$entity=$pagesuser[0];
|
||||
}
|
||||
|
||||
// Si aucune page profilé on récupère la premiere page perso
|
||||
if(!$entity) {
|
||||
if($groupsshared) {
|
||||
if($groupsshared[0])
|
||||
$entity=$groupsshared[0]->pagesshared[0];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ou On récupère la premiere page de l'utilisateur
|
||||
|
|
Loading…
Reference in New Issue