mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
N°6203 - standard DM - add summary and complementary (1)
This commit is contained in:
@@ -291,6 +291,25 @@
|
||||
</fields>
|
||||
<methods/>
|
||||
<presentation>
|
||||
<summary>
|
||||
<items>
|
||||
<item id="address">
|
||||
<rank>10</rank>
|
||||
</item>
|
||||
<item id="postal_code">
|
||||
<rank>20</rank>
|
||||
</item>
|
||||
<item id="city">
|
||||
<rank>30</rank>
|
||||
</item>
|
||||
<item id="country">
|
||||
<rank>40</rank>
|
||||
</item>
|
||||
<item id="org_id">
|
||||
<rank>50</rank>
|
||||
</item>
|
||||
</items>
|
||||
</summary>
|
||||
<details>
|
||||
<items>
|
||||
<item id="name">
|
||||
@@ -580,6 +599,10 @@
|
||||
<attribute id="first_name"/>
|
||||
<attribute id="name"/>
|
||||
</attributes>
|
||||
<complementary_attributes>
|
||||
<attribute id="email"></attribute>
|
||||
<attribute id="org_id_friendlyname"></attribute>
|
||||
</complementary_attributes>
|
||||
</naming>
|
||||
<fields_semantic>
|
||||
<image_attribute>picture</image_attribute>
|
||||
@@ -767,6 +790,25 @@
|
||||
</method>
|
||||
</methods>
|
||||
<presentation>
|
||||
<summary>
|
||||
<items>
|
||||
<item id="function">
|
||||
<rank>10</rank>
|
||||
</item>
|
||||
<item id="phone">
|
||||
<rank>20</rank>
|
||||
</item>
|
||||
<item id="email">
|
||||
<rank>30</rank>
|
||||
</item>
|
||||
<item id="location_id">
|
||||
<rank>40</rank>
|
||||
</item>
|
||||
<item id="org_id">
|
||||
<rank>50</rank>
|
||||
</item>
|
||||
</items>
|
||||
</summary>
|
||||
<details>
|
||||
<items>
|
||||
<item id="team_list">
|
||||
@@ -915,6 +957,11 @@
|
||||
<attributes>
|
||||
<attribute id="name"/>
|
||||
</attributes>
|
||||
<complementary_attributes>
|
||||
<attribute id="function"></attribute>
|
||||
<attribute id="org_id_friendlyname"></attribute>
|
||||
</complementary_attributes>
|
||||
|
||||
</naming>
|
||||
<style>
|
||||
<icon>../../images/icons/icons8-team.svg</icon>
|
||||
@@ -941,6 +988,22 @@
|
||||
</fields>
|
||||
<methods/>
|
||||
<presentation>
|
||||
<summary>
|
||||
<items>
|
||||
<item id="function">
|
||||
<rank>10</rank>
|
||||
</item>
|
||||
<item id="phone">
|
||||
<rank>20</rank>
|
||||
</item>
|
||||
<item id="email">
|
||||
<rank>30</rank>
|
||||
</item>
|
||||
<item id="org_id">
|
||||
<rank>40</rank>
|
||||
</item>
|
||||
</items>
|
||||
</summary>
|
||||
<details>
|
||||
<items>
|
||||
<item id="name">
|
||||
|
||||
@@ -156,6 +156,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Person' => 'Person',
|
||||
'Class:Person+' => '',
|
||||
'Class:Person/ComplementaryName' => '%1$s - %2$s',
|
||||
'Class:Person/Attribute:name' => 'Last Name',
|
||||
'Class:Person/Attribute:name+' => '',
|
||||
'Class:Person/Attribute:first_name' => 'First Name',
|
||||
@@ -195,6 +196,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Team' => 'Team',
|
||||
'Class:Team+' => '',
|
||||
'Class:Team/ComplementaryName' => '%1$s - %2$s',
|
||||
'Class:Team/Attribute:persons_list' => 'Members',
|
||||
'Class:Team/Attribute:persons_list+' => 'All the people belonging to this team',
|
||||
'Class:Team/Attribute:tickets_list' => 'Tickets',
|
||||
|
||||
Reference in New Issue
Block a user