mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Fixed bugs:
2783651 - New object - finalclass field is editable 2783643 - Number of objects displayed on result lists takes too much space 2783638 - PHP internal class name displayed in templates instead of class label 2783631 - Page "Admin tools/Backup-Restore" not working, removed ! 2783629 - Menu "Admin Tools/Export" not working 2783625 - Cosmetics on new object wizard title SVN:0.7.1[60]
This commit is contained in:
@@ -248,10 +248,6 @@ class DisplayBlock
|
||||
$bDashboardMode = isset($aExtraParams['dashboard']) ? ($aExtraParams['dashboard'] == 'true') : false;
|
||||
if ( ($this->m_oSet->Count()> 0) && (UserRights::IsActionAllowed($this->m_oSet->GetClass(), UR_ACTION_READ, $this->m_oSet) == UR_ALLOWED_YES) )
|
||||
{
|
||||
if (!$bDashboardMode)
|
||||
{
|
||||
$sHtml .= $oPage->GetP($this->m_oSet->Count()." object(s).");
|
||||
}
|
||||
$sLinkage = isset($aExtraParams['linkage']) ? $aExtraParams['linkage'] : '';
|
||||
$sHtml .= cmdbAbstractObject::GetDisplaySet($oPage, $this->m_oSet, $sLinkage, !$bDashboardMode /* bDisplayMenu */);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user