فهرست منبع

Issue #2534130: 'Select if duplicate' should not be default in record edit form if not when record is created.

Lacey Sanderson 10 سال پیش
والد
کامیت
4de88a0aa1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tripal_bulk_loader/includes/tripal_bulk_loader.admin.templates.inc

+ 1 - 1
tripal_bulk_loader/includes/tripal_bulk_loader.admin.templates.inc

@@ -937,7 +937,7 @@ function tripal_bulk_loader_edit_template_record_form($form, &$form_state) {
       $select_if_duplicate = $form_state['storage']['template_array'][$form_state['storage']['original_priority']]['select_if_duplicate'];
     }
     else {
-      $select_if_duplicate = 1;
+      $select_if_duplicate = 0;
     }
 
     // get default for the update if duplicate