Fix bug #837 Remove [+] button on external keys where it's not meaningful

+ button had been removed for all ExternalKey having a complex filter defined

SVN:trunk[2995]
This commit is contained in:
Erwan Taloc
2013-11-26 21:45:54 +00:00
parent e1087d3f87
commit 85472fe67a
10 changed files with 27 additions and 0 deletions

View File

@@ -106,6 +106,7 @@
<target_class>Service</target_class>
<is_null_allowed>true</is_null_allowed>
<on_target_delete>DEL_MANUAL</on_target_delete>
<allow_target_creation>false</allow_target_creation>
</field>
<field id="service_name" xsi:type="AttributeExternalField">
<extkey_attcode>service_id</extkey_attcode>
@@ -120,6 +121,7 @@
<target_class>ServiceSubcategory</target_class>
<is_null_allowed>true</is_null_allowed>
<on_target_delete>DEL_MANUAL</on_target_delete>
<allow_target_creation>false</allow_target_creation>
</field>
<field id="servicesubcategory_name" xsi:type="AttributeExternalField">
<extkey_attcode>servicesubcategory_id</extkey_attcode>