Notice in schema.php (Admin tools / data model) when viewing the class UserRequest

SVN:trunk[4216]
This commit is contained in:
Romain Quetiez
2016-06-15 13:15:43 +00:00
parent 41cb94bcf0
commit 2e71aee720

View File

@@ -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;