Browse Source

changed the dependency so that tripal_chado_views depends on tripal_chado. and Removed a callback to an undefined function

Chun-Huai Cheng 8 years ago
parent
commit
9b94bb5089

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

@@ -165,7 +165,7 @@ function tripal_chado_prepare_chado() {
     // add the featuremapprop table to Chado
     tripal_chado_add_featuremap_dbxref_table();
     tripal_chado_add_featuremapprop_table();
-    tripal_chado_add_featuremappos_table();
+    //tripal_chado_add_featuremappos_table();
 
     // Support for Libraries.
     // add the materialized view

+ 0 - 1
tripal_chado/tripal_chado.info

@@ -15,4 +15,3 @@ stylesheets[all][] = theme/css/tripal_chado.css
 dependencies[] = tripal
 dependencies[] = date
 dependencies[] = image
-dependencies[] = tripal_chado_views

+ 1 - 0
tripal_chado_views/tripal_chado_views.info

@@ -18,3 +18,4 @@ files[] = views/handlers/tripal_views_handler_field_aggregate.inc
 
 dependencies[] = views
 dependencies[] = tripal
+dependencies[] = tripal_chado