#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:
Romain Quetiez
2012-12-07 13:38:14 +00:00
parent 4d9c632060
commit 62b3f80a4c

View File

@@ -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)
{