mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
- Improved version of the setup wizard with asynchronous data load
SVN:code[36]
This commit is contained in:
22
setup/data/02.locations.xml
Normal file
22
setup/data/02.locations.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizLocation id="29">
|
||||
<name>Grenoble</name>
|
||||
<status>production</status>
|
||||
<org_id>3</org_id>
|
||||
<severity>high</severity>
|
||||
<address>5 Avenue de la Poste</address>
|
||||
<country>France</country>
|
||||
<parent_location_id>1</parent_location_id>
|
||||
</bizLocation>
|
||||
<bizLocation id="1">
|
||||
<name>Paris</name>
|
||||
<status>implementation</status>
|
||||
<org_id>3</org_id>
|
||||
<severity>high</severity>
|
||||
<address>5 rue de la Paroisse
|
||||
15eme arrondissement</address>
|
||||
<country>France</country>
|
||||
<parent_location_id>1</parent_location_id>
|
||||
</bizLocation>
|
||||
</Set>
|
||||
Reference in New Issue
Block a user