mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Notice in schema.php (Admin tools / data model) when viewing the class UserRequest
SVN:trunk[4216]
This commit is contained in:
@@ -3448,6 +3448,11 @@ class AttributeMetaEnum extends AttributeEnum
|
||||
return array('allowed_values', 'sql', 'default_value', 'mapping');
|
||||
}
|
||||
|
||||
public function IsNullAllowed()
|
||||
{
|
||||
return false; // Well... this actually depends on the mapping
|
||||
}
|
||||
|
||||
public function IsWritable()
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user