mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
#692 Allow to set a default value for AttributeDuration (was forced to 0 anytime)
SVN:trunk[2705]
This commit is contained in:
@@ -2649,10 +2649,6 @@ class AttributeDuration extends AttributeInteger
|
||||
protected function GetSQLCol() {return "INT(11) UNSIGNED";}
|
||||
|
||||
public function GetNullValue() {return '0';}
|
||||
public function GetDefaultValue()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
public function MakeRealValue($proposedValue, $oHostObj)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user