mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
DBSearch: Fix serialization rework (missing internal parameters)
This commit is contained in:
@@ -751,7 +751,7 @@ class DisplayBlock
|
||||
$sClass = $this->m_oFilter->GetClass();
|
||||
$oAppContext = new ApplicationContext();
|
||||
$bContextFilter = isset($aExtraParams['context_filter']) ? isset($aExtraParams['context_filter']) != 0 : false;
|
||||
if ($bContextFilter)
|
||||
if ($bContextFilter && is_null($this->m_oSet))
|
||||
{
|
||||
foreach($oAppContext->GetNames() as $sFilterCode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user