mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7552 - Adjust linkedset display as tag endpoint to return only necessary data
This commit is contained in:
@@ -795,10 +795,12 @@ JS;
|
||||
* Search objects via an oql and a friendly name search string
|
||||
*
|
||||
* @return JsonPage
|
||||
* @used-by LinkedSet attribute when in tag display
|
||||
*/
|
||||
public function OperationSearch(): JsonPage
|
||||
{
|
||||
$oPage = new JsonPage();
|
||||
$oPage->SetOutputDataOnly(true);
|
||||
|
||||
// Retrieve query params
|
||||
$sObjectClass = utils::ReadParam('object_class', '', false, utils::ENUM_SANITIZATION_FILTER_STRING);
|
||||
|
||||
Reference in New Issue
Block a user