Add edit mode for Linkset

SVN:trunk[2320]
This commit is contained in:
Erwan Taloc
2012-10-21 08:40:50 +00:00
parent a78b8a604c
commit 216bbd0ce1
11 changed files with 57 additions and 0 deletions

View File

@@ -303,12 +303,14 @@
<field id="related_request_list" xsi:type="AttributeLinkedSet">
<linked_class>UserRequest</linked_class>
<ext_key_to_me>parent_incident_id</ext_key_to_me>
<edit_mode>none</edit_mode>
<count_min>0</count_min>
<count_max>0</count_max>
</field>
<field id="child_incidents_list" xsi:type="AttributeLinkedSet">
<linked_class>Incident</linked_class>
<ext_key_to_me>parent_incident_id</ext_key_to_me>
<edit_mode>none</edit_mode>
<count_min>0</count_min>
<count_max>0</count_max>
</field>