Skip to content

Commit

Permalink
fix the tests and fix path to field_group.js
Browse files Browse the repository at this point in the history
  • Loading branch information
herbdool committed Dec 10, 2016
1 parent 85bf957 commit adc82fe
Show file tree
Hide file tree
Showing 6 changed files with 431 additions and 415 deletions.
4 changes: 2 additions & 2 deletions field_group.module
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ function field_group_field_group_build_pre_render_alter(& $element) {
}

// Add the default field_group javascript and stylesheet.
$element['#attached']['js'][] = backdrop_get_path('module', 'field_group') . '/field_group.js';
$element['#attached']['js'][] = backdrop_get_path('module', 'field_group') . '/js/field_group.js';

// Move additional settings to the last multipage pane if configured that way.
// Note that multipages MUST be in the root of the form.
Expand Down Expand Up @@ -1629,7 +1629,7 @@ function theme_multipage_pane($variables) {
}

/**
* Get all groups.
* Get all groups that match.
*
* @param $entity_type
* The name of the entity.
Expand Down
Loading

0 comments on commit adc82fe

Please sign in to comment.