Jelajahi Sumber

Merge branch 'entities' of github.com:tripal/tripal into entities

Stephen Ficklin 9 tahun lalu
induk
melakukan
51f517c67b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tripal_fields_layout/tripal_fields_layout.module

+ 1 - 1
tripal_fields_layout/tripal_fields_layout.module

@@ -104,7 +104,7 @@ function tripal_fields_layout_form_field_ui_display_overview_form_alter(&$form,
             ->orderby('weight', 'asc')
             ->orderby('weight', 'asc')
             ->execute();
             ->execute();
   $has_panel = FALSE;
   $has_panel = FALSE;
-  foreach ($result as $item) {dpm($item);
+  foreach ($result as $item) {
     $form['te_layout_panels']['panel_items'][$item->panel_id] = array(
     $form['te_layout_panels']['panel_items'][$item->panel_id] = array(
       'label' => array(
       'label' => array(
         '#markup' => check_plain($item->label),
         '#markup' => check_plain($item->label),