Skip to content

Commit 84476a8

Browse files
authored
🎨 remove outdated or duplicated elemets (#726)
1 parent 684f829 commit 84476a8

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

datamodels/2.x/authent-ldap/datamodel.authent-ldap.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@
2121
<db_key_field>id</db_key_field>
2222
<db_final_class_field/>
2323
<naming>
24-
<format>%1$s</format>
2524
<attributes>
2625
<attribute id="login"/>
2726
</attributes>
2827
</naming>
29-
<display_template/>
3028
<style>
3129
<icon/>
3230
</style>

datamodels/2.x/itop-change-mgmt-itil/datamodel.itop-change-mgmt-itil.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
<field id="status" xsi:type="AttributeEnum">
4747
<sort_type>rank</sort_type>
4848
<values>
49-
<value id="approved">approved
49+
<value id="approved">
5050
<code>approved</code>
5151
<rank>60</rank>
5252
<style><main_color>$ibo-lifecycle-success-state-primary-color</main_color><complementary_color>$ibo-lifecycle-success-state-secondary-color</complementary_color><decoration_classes>fas fa-user-check</decoration_classes></style>
5353
</value>
54-
<value id="assigned">assigned
54+
<value id="assigned">
5555
<code>assigned</code>
5656
<rank>40</rank>
5757
<style><main_color>$ibo-lifecycle-neutral-state-primary-color</main_color><complementary_color>$ibo-lifecycle-neutral-state-secondary-color</complementary_color><decoration_classes/></style>

datamodels/2.x/itop-change-mgmt/datamodel.itop-change-mgmt.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@
380380
</attribute>
381381
<attribute id="private_log">
382382
<read_only/>
383-
<read_only/>
384383
</attribute>
385384
<attribute id="caller_id">
386385
<read_only/>

datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4351,7 +4351,6 @@
43514351
</item>
43524352
<item id="document_id">
43534353
<rank>20</rank>
4354-
<rank>20</rank>
43554354
</item>
43564355
</items>
43574356
</list>
@@ -5736,8 +5735,7 @@
57365735
<duplicates/>
57375736
</field>
57385737
</fields>
5739-
<methods>
5740-
</methods>
5738+
<methods/>
57415739
<presentation>
57425740
<details>
57435741
<items>
@@ -7230,7 +7228,12 @@
72307228
</class>
72317229
<class id="DocumentFile" _delta="must_exist">
72327230
<presentation>
7233-
<details><items><item id="cis_list" _delta="define"><rank>70</rank></item></items>&gt;
7231+
<details>
7232+
<items>
7233+
<item id="cis_list" _delta="define">
7234+
<rank>70</rank>
7235+
</item>
7236+
</items>
72347237
</details>
72357238
</presentation>
72367239
</class>

datamodels/2.x/itop-datacenter-mgmt/datamodel.itop-datacenter-mgmt.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,6 @@
797797
<is_null_allowed>true</is_null_allowed>
798798
<on_target_delete>DEL_MANUAL</on_target_delete>
799799
<allow_target_creation>false</allow_target_creation>
800-
<allow_target_creation>false</allow_target_creation>
801800
</field>
802801
<field id="powerstart_name" xsi:type="AttributeExternalField">
803802
<extkey_attcode>powerstart_id</extkey_attcode>

0 commit comments

Comments
 (0)