mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Advanced Search: Auto-complete search on foreign keys
SVN:b1162[5594]
This commit is contained in:
@@ -263,6 +263,14 @@ try
|
||||
$oWidget->ShowModalSearchForeignKeys($oPage, $sTitle);
|
||||
break;
|
||||
|
||||
// ui.searchformforeignkeys
|
||||
case 'GetFullListForeignKeysFromSelection':
|
||||
$oPage->SetContentType('application/json');
|
||||
$oWidget = new UISearchFormForeignKeys($sClass);
|
||||
$oFullSetFilter = new DBObjectSearch($sClass);
|
||||
$oWidget->GetFullListForeignKeysFromSelection($oPage, $oFullSetFilter);
|
||||
break;
|
||||
|
||||
// ui.searchformforeignkeys
|
||||
case 'ListResultsSearchForeignKeys':
|
||||
$oPage->SetContentType('text/html');
|
||||
@@ -275,6 +283,7 @@ try
|
||||
$oWidget->ListResultsSearchForeignKeys($oPage, $sRemoteClass);
|
||||
break;
|
||||
|
||||
|
||||
// ui.linkswidget
|
||||
case 'addObjects':
|
||||
$oPage->SetContentType('text/html');
|
||||
|
||||
Reference in New Issue
Block a user