mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 16:48:42 +02:00
#629 Nested object creation (button plus) does not work if:
- PHP 5.4 - notification sent on object creation - PHP error level allows notices SVN:trunk[2553]
This commit is contained in:
@@ -4222,6 +4222,11 @@ class AttributeTable extends AttributeDBField
|
||||
return (count($proposedValue) == 0);
|
||||
}
|
||||
|
||||
public function GetEditValue($sValue, $oHostObj = null)
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
// Facilitate things: allow the user to Set the value from a string
|
||||
public function MakeRealValue($proposedValue, $oHostObj)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user