mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Retrofit from trunk
N°1551 - Search: selected org & default criteria Display the default search criteria also when an org is selected. The org restriction criterion is read only. [from revision 5939] SVN:2.5[5943]
This commit is contained in:
@@ -326,7 +326,8 @@ class DisplayBlock
|
||||
{
|
||||
$aQueryParams = $aExtraParams['query_params'];
|
||||
}
|
||||
if ($this->m_sStyle != 'links')
|
||||
// In case of search, the context filtering is done by the search itself
|
||||
if (($this->m_sStyle != 'links') && ($this->m_sStyle != 'search'))
|
||||
{
|
||||
$oAppContext = new ApplicationContext();
|
||||
$sClass = $this->m_oFilter->GetClass();
|
||||
|
||||
Reference in New Issue
Block a user