Browse Source

Fixes to link field creation

Stephen Ficklin 8 years ago
parent
commit
febcc8922b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tripal_chado/includes/tripal_chado.migrate.inc

+ 1 - 0
tripal_chado/includes/tripal_chado.migrate.inc

@@ -1139,6 +1139,7 @@ function tripal_chado_migrate_resource_links($bundle_name) {
             'term_name' => 'url',
             'term_accession' => 'url',
             'absolute_url' => 0,
+            'validate_url' => 0
           ),
         ));
       }