Explorar o código

Excluded 'local' from default cv check

Chun-Huai Cheng %!s(int64=9) %!d(string=hai) anos
pai
achega
5116ce9766
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tripal_chado/includes/tripal_chado.migrate.inc

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

@@ -346,7 +346,7 @@ function tripal_chado_migrate_form_validate($form, &$form_state) {
     foreach ($tv3_content_types AS $type) {
       $voc = $type['vocabulary'];
       $cv = tripal_get_cv(array('name' => $voc));
-      if (!$cv) {
+      if (!$cv || $voc == 'local') {
         continue;
       }
       $default = tripal_get_default_cv_table($cv->cv_id);