mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
#770 Complete the fix implemented in [2990], the configuration is kept even if not saved for the list
SVN:trunk[3029]
This commit is contained in:
@@ -298,7 +298,7 @@ EOF;
|
||||
$oMenuItem1->GetUID() => $oMenuItem1->GetMenuItem(),
|
||||
);
|
||||
$this->oSet->Rewind();
|
||||
utils::GetPopupMenuItems($oPage, iPopupMenuExtension::MENU_OBJLIST_TOOLKIT, $this->oSet, $aActions, $this->sTableId);
|
||||
utils::GetPopupMenuItems($oPage, iPopupMenuExtension::MENU_OBJLIST_TOOLKIT, $this->oSet, $aActions, $this->sTableId, $this->iListId);
|
||||
$this->oSet->Rewind();
|
||||
$sHtml .= $oPage->RenderPopupMenuItems($aActions);
|
||||
return $sHtml;
|
||||
|
||||
Reference in New Issue
Block a user