mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
advanced search: ShorthandExpansion on conversion To SQL
- plus tests - plus implementation of ExternalFieldExpression->Render() SVN:b1312[5760]
This commit is contained in:
@@ -253,7 +253,7 @@ class ExternalFieldOqlExpression extends ExternalFieldExpression implements Chec
|
||||
}
|
||||
else
|
||||
{
|
||||
if ($oFieldOqlExpression->GetName() != 'id')
|
||||
if ($oFieldOqlExpression->GetName() != 'id') //on lastIteration, the id field can be used, but since it is not supporter by IsValidAttCode we must avoid it
|
||||
{
|
||||
if (!$oModelReflection->IsValidAttCode($sClass, $oFieldOqlExpression->GetName()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user