瀏覽代碼

- Removed the organization "My Company/Department" since it is always created by the setup.
- Do not set a parent for each organization (was usually set to themselves)

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

dflaven 15 年之前
父節點
當前提交
eb445320f9
共有 1 個文件被更改,包括 5 次插入11 次删除
  1. 5 11
      setup/data/01.organizations.xml

+ 5 - 11
setup/data/01.organizations.xml

@@ -4,24 +4,18 @@
 <name>Demo</name>
 <code>MCO</code>
 <status>implementation</status>
-<parent_id>2</parent_id>
+<parent_id>0</parent_id>
 </bizOrganization>
-<bizOrganization id="4">
+<bizOrganization id="3">
 <name>France Telecom</name>
 <code>FT</code>
 <status>production</status>
 <parent_id>0</parent_id>
 </bizOrganization>
-<bizOrganization id="1">
-<name>My Company/Department</name>
-<code>SOMECODE</code>
-<status>implementation</status>
-<parent_id>0</parent_id>
-</bizOrganization>
-<bizOrganization id="3">
+<bizOrganization id="5">
 <name>Oracle</name>
 <code>ORA</code>
 <status>production</status>
-<parent_id>3</parent_id>
+<parent_id>0</parent_id>
 </bizOrganization>
-</Set>
+</Set>