diff --git a/application/portalwebpage.class.inc.php b/application/portalwebpage.class.inc.php index 91b2d3a0f..e89585558 100644 --- a/application/portalwebpage.class.inc.php +++ b/application/portalwebpage.class.inc.php @@ -279,13 +279,9 @@ EOF { // Home-made and very limited display of an object set - // - //$oSet->Seek(0);// juste pour que le warning soit moins crado - //$oSet->Fetch();// juste pour que le warning soit moins crado - // - - $this->add("
\n"); - cmdbAbstractObject::DisplaySet($this, $oSet, array('currentId' => $this->GetUniqueId()."$sClass", 'menu' => false, 'zlist' => false, 'extra_fields' => implode(',', $aZList))); + $sUniqueId = $sClass.$this->GetUniqueId(); + $this->add("
\n"); // The id here MUST be the same as currentId, otherwise the pagination will be broken + cmdbAbstractObject::DisplaySet($this, $oSet, array('currentId' => $sUniqueId, 'menu' => false, 'zlist' => false, 'extra_fields' => implode(',', $aZList))); $this->add("
\n"); } else