Pārlūkot izejas kodu

#629 Nested object creation (button plus) does not work if:
- PHP 5.4
- notification sent on object creation
- PHP error level allows notices

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2553 a333f486-631f-4898-b8df-5754b55c2be0

romainq 12 gadi atpakaļ
vecāks
revīzija
278a7e9044
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      core/attributedef.class.inc.php

+ 5 - 0
core/attributedef.class.inc.php

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