Explorar o código

New internal flag for generating the delta.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2698 a333f486-631f-4898-b8df-5754b55c2be0
dflaven %!s(int64=12) %!d(string=hai) anos
pai
achega
77aa41ed57
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      setup/modelfactory.class.inc.php

+ 3 - 0
setup/modelfactory.class.inc.php

@@ -1089,6 +1089,9 @@ EOF
 			case 'removed':
 				$oNodeClone->setAttribute('_delta', 'delete');
 				break;
+			case 'needed':
+				$oNodeClone->setAttribute('_delta', 'define_if_not_exists');
+				break;
 			}
 			$oParentClone->appendChild($oNodeClone);
 		}