spficklin 14 лет назад
Родитель
Сommit
53b46836d8

+ 1 - 1
tripal_feature/tripal_feature-delete.inc

@@ -24,7 +24,7 @@ function tripal_feature_delete_form (){
          separated by spaces or by new lines to be delete. If you specify feature names then
          all other options below will be ignored (except the unique checkbox).'),
    );
-	$form['is_uniquename'] = array(
+	$form['is_unique'] = array(
       '#title' => t('Names are Unique Names'),
       '#type' => 'checkbox',
       '#description' => t('Select this checbox if the names listed in the feature 

+ 1 - 1
tripal_feature/tripal_feature.admin.inc

@@ -219,7 +219,7 @@ function tripal_feature_admin () {
    if(tripal_get_module_active_jobs('tripal_feature')){
       $active_jobs = TRUE;
    }
-   if($active_jobs){
+   if(!$active_jobs){
 
       get_tripal_feature_admin_form_url_set($form);