mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
#166 Allow the definition of persistent classes having no table defined, and added a sample code for a null password authentication scheme
SVN:trunk[627]
This commit is contained in:
@@ -1727,7 +1727,7 @@ abstract class MetaModel
|
||||
// Then we join the queries of the eventual parent classes (compound model)
|
||||
foreach(self::EnumParentClasses($sClass) as $sParentClass)
|
||||
{
|
||||
if (self::DBGetTable($sParentClass) == "") continue;
|
||||
if (!self::HasTable($sParentClass)) continue;
|
||||
self::DbgTrace("Parent class: $sParentClass... let's call MakeQuerySingleTable()");
|
||||
$oSelectParentTable = self::MakeQuerySingleTable($aSelectedClasses, $oConditionTree, $aClassAliases, $aTableAliases, $aTranslation, $oFilter, $sParentClass, $aExpectedAtts, $aExtKeys, $aValues);
|
||||
if (is_null($oSelectBase))
|
||||
|
||||
Reference in New Issue
Block a user