mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
Add edit mode for Linkset
SVN:trunk[2320]
This commit is contained in:
@@ -665,12 +665,21 @@
|
||||
<default_value></default_value>
|
||||
<is_null_allowed>true</is_null_allowed>
|
||||
</field>
|
||||
<field id="services_list" xsi:type="AttributeLinkedSet">
|
||||
<linked_class>Service</linked_class>
|
||||
<ext_key_to_me>servicefamily_id</ext_key_to_me>
|
||||
<edit_mode>add_only</edit_mode>
|
||||
<count_min>0</count_min>
|
||||
<count_max>0</count_max>
|
||||
<duplicates></duplicates>
|
||||
</field>
|
||||
</fields>
|
||||
<methods/>
|
||||
<presentation>
|
||||
<details>
|
||||
<items>
|
||||
<item>name</item>
|
||||
<item>services_list</item>
|
||||
</items>
|
||||
</details>
|
||||
<search>
|
||||
@@ -779,6 +788,7 @@
|
||||
<field id="servicesubcategories_list" xsi:type="AttributeLinkedSet">
|
||||
<linked_class>ServiceSubcategory</linked_class>
|
||||
<ext_key_to_me>service_id</ext_key_to_me>
|
||||
<edit_mode>add_only</edit_mode>
|
||||
<count_min>0</count_min>
|
||||
<count_max>0</count_max>
|
||||
<duplicates></duplicates>
|
||||
@@ -1605,6 +1615,7 @@
|
||||
<field id="customers_list" xsi:type="AttributeLinkedSet">
|
||||
<linked_class>Organization</linked_class>
|
||||
<ext_key_to_me>deliverymodel_id</ext_key_to_me>
|
||||
<edit_mode>none</edit_mode>
|
||||
<count_min>0</count_min>
|
||||
<count_max>0</count_max>
|
||||
<duplicates></duplicates>
|
||||
|
||||
@@ -230,6 +230,8 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:ServiceFamilly+' => '',
|
||||
'Class:ServiceFamilly/Attribute:name' => 'Name',
|
||||
'Class:ServiceFamilly/Attribute:name+' => '',
|
||||
'Class:ServiceFamily/Attribute:services_list' => 'Services',
|
||||
'Class:ServiceFamily/Attribute:services_list+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
|
||||
@@ -175,6 +175,8 @@ Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'Class:ServiceFamilly+' => '',
|
||||
'Class:ServiceFamilly/Attribute:name' => 'Nom',
|
||||
'Class:ServiceFamilly/Attribute:name+' => '',
|
||||
'Class:ServiceFamily/Attribute:services_list' => 'Services',
|
||||
'Class:ServiceFamily/Attribute:services_list+' => '',
|
||||
));
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user