Skip to content

Commit

Permalink
Add pane to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Feb 5, 2018
1 parent 23a01ba commit 6bfd7b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class local__feature_search_formatter extends ChadoFieldFormatter {

$organism_name = "$organism->genus $organism->species";
$form = drupal_get_form('tripal_elasticsearch_gene_search_form', TRUE, $organism_name, [
'ds_pane' => 'Feature Search',
'tripal_pane' => 'group_feature_search',
'organism' => $organism_name,
]);

Expand Down

0 comments on commit 6bfd7b9

Please sign in to comment.