Преглед изворни кода

Added relationship type textarea on the setting form

Chun-Huai Cheng пре 8 година
родитељ
комит
dae793fa22
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      tripal_chado/includes/fields/chado_linker__relationship.inc

+ 0 - 4
tripal_chado/includes/fields/chado_linker__relationship.inc

@@ -874,10 +874,6 @@ class chado_linker__relationship extends TripalField {
       '#title' => 'Relationship Types',
       '#description' => 'Provide terms separated by a new line',
     );
-  
-    // Add in the semantic web fields.
-    $parent_elements = parent::settingsForm($field, $instance, $has_data);
-    $element = array_merge($element, $parent_elements);
 
     return $element;