mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
Internal:
- code refactoring to generalize attributes based on an OQL expression (friendly name, obsolescence flag, ....). The intermediate class AttributeComputedFieldVoid has been swept in favor of the use of a new method: IsBasedOnOQLExpresssion. - added an introspection API (experimental), allowing an external application to request for information about the capabilities of the framework (first step: list attributes and their main characteristics) SVN:trunk[4720]
This commit is contained in:
@@ -4092,7 +4092,7 @@ abstract class MetaModel
|
||||
}
|
||||
}
|
||||
}
|
||||
else if ($oAttDef->IsDirectField())
|
||||
else if ($oAttDef->IsBasedOnDBColumns())
|
||||
{
|
||||
// Check that the values fit the allowed values
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user