mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
New data model integration...
SVN:trunk[501]
This commit is contained in:
@@ -42,7 +42,7 @@ $oP = new iTopWebPage(Dict::S('UI:UniversalSearchTitle'), $currentOrganization);
|
|||||||
// From now on the context is limited to the the selected organization ??
|
// From now on the context is limited to the the selected organization ??
|
||||||
|
|
||||||
// Now render the content of the page
|
// Now render the content of the page
|
||||||
$sBaseClass = utils::ReadParam('baseClass', 'bizOrganization');
|
$sBaseClass = utils::ReadParam('baseClass', 'Organization');
|
||||||
$sClass = utils::ReadParam('class', $sBaseClass);
|
$sClass = utils::ReadParam('class', $sBaseClass);
|
||||||
$sOQLClause = utils::ReadParam('oql_clause', '');
|
$sOQLClause = utils::ReadParam('oql_clause', '');
|
||||||
$sFilter = utils::ReadParam('filter', '');
|
$sFilter = utils::ReadParam('filter', '');
|
||||||
|
|||||||
Reference in New Issue
Block a user