mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 01:28:47 +02:00
N°5603 - Autocomplete fails with error for an external key pointing to an abstract class with no friendlyname (#375)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
class MockValueSetObjects extends ValueSetObjects
|
||||
{
|
||||
public function __construct($sFilterExp, $sValueAttCode = '', $aOrderBy = array(), $bAllowAllData = false, $aModifierProperties = array())
|
||||
{
|
||||
parent::__construct($sFilterExp, $sValueAttCode , $aOrderBy, $bAllowAllData, $aModifierProperties );
|
||||
}
|
||||
public function GetFilterOQL(
|
||||
$sOperation, $sContains
|
||||
)
|
||||
{
|
||||
|
||||
return $this->GetFilter($sOperation, $sContains)->ToOQL();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user