titre de la page dans le widget info group (ref #249)
This commit is contained in:
parent
261129755d
commit
743ffa7910
|
@ -1526,7 +1526,7 @@ class PagewidgetController extends Controller
|
|||
if($this->usage=="group") {
|
||||
$groupentity=$this->em->getRepository("CadolesCoreBundle:Group")->find($this->group);
|
||||
if($groupentity) {
|
||||
$title=$groupentity->getLabel();
|
||||
$title=$this->entity->getPage()->getName();
|
||||
$id=$groupentity->getId();
|
||||
if($groupentity->getDescription())
|
||||
$description="<strong>Description</strong><br>".$groupentity->getDescription();
|
||||
|
|
Loading…
Reference in New Issue