Forráskód Böngészése

A few more bug fixes

Stephen Ficklin 9 éve
szülő
commit
62c7eb3f06

+ 1 - 1
tripal_chado/includes/loaders/tripal_chado.obo_loader.inc

@@ -145,7 +145,7 @@ function tripal_cv_obo_form($form, &$form_state) {
     );
     $form['obo_existing']['update_load_obo'] = array(
       '#type' => 'submit',
-      '#value' => 'Load Vocabulary',
+      '#value' => 'Import Vocabulary',
       '#name' => 'update_load_obo'
     );
   }

+ 6 - 6
tripal_chado/tripal_chado.module

@@ -174,7 +174,7 @@ function tripal_chado_menu() {
     'title' => 'Materialized View',
     'description' => t('Materialized views are used to improve speed of large or complex queries. These are database views as compared to Drupal views.'),
     'page callback' => 'tripal_mview_report',
-    'page arguments' => array(5),
+    'page arguments' => array(6),
     'access arguments' => array('administer tripal'),
     'type' => MENU_CALLBACK,
     'file' => 'includes/tripal_chado.mviews.inc',
@@ -193,7 +193,7 @@ function tripal_chado_menu() {
   $items['admin/tripal/storage/chado/mviews/edit/%'] = array(
     'title' => 'Edit Materialized View',
     'page callback' => 'drupal_get_form',
-    'page arguments' => array('tripal_mviews_form', 5),
+    'page arguments' => array('tripal_mviews_form', 6),
     'access arguments' => array('administer tripal'),
     'type' => MENU_CALLBACK,
     'file' => 'includes/tripal_chado.mviews.inc',
@@ -203,7 +203,7 @@ function tripal_chado_menu() {
     'title' => 'Create Materialized View',
     'description' => t('Materialized views are used to improve speed of large or complex queries.'),
     'page callback' => 'tripal_mviews_add_populate_job',
-    'page arguments' => array(5),
+    'page arguments' => array(6),
     'access arguments' => array('administer tripal'),
     'type' => MENU_CALLBACK,
     'file' => 'includes/tripal_chado.mviews.inc',
@@ -270,7 +270,7 @@ function tripal_chado_menu() {
     'title' => 'Custom Tables',
     'description' => t('Custom tables are added to Chado.'),
     'page callback' => 'tripal_custom_table_view',
-    'page arguments' => array(5),
+    'page arguments' => array(6),
     'access arguments' => array('administer tripal'),
     'file' => 'includes/tripal_chado.custom_tables.inc',
     'file path' => drupal_get_path('module', 'tripal_chado'),
@@ -288,7 +288,7 @@ function tripal_chado_menu() {
   $items['admin/tripal/storage/chado/custom_tables/edit/%'] = array(
     'title' => 'Edit Custom Table',
     'page callback' => 'drupal_get_form',
-    'page arguments' => array('tripal_custom_tables_form', 5),
+    'page arguments' => array('tripal_custom_tables_form', 6),
     'access arguments' => array('administer tripal'),
     'file' => 'includes/tripal_chado.custom_tables.inc',
     'file path' => drupal_get_path('module', 'tripal_chado'),
@@ -298,7 +298,7 @@ function tripal_chado_menu() {
     'title' => 'Create Custom Table',
     'description' => t('Custom tables are added to Chado.'),
     'page callback' => 'drupal_get_form',
-    'page arguments' => array('tripal_custom_tables_delete_form', 5),
+    'page arguments' => array('tripal_custom_tables_delete_form', 6),
     'access arguments' => array('administer tripal'),
     'file' => 'includes/tripal_chado.custom_tables.inc',
     'file path' => drupal_get_path('module', 'tripal_chado'),