While testing #1279618: Add redirection URL in Feeds Import, I discovered that the horizontal-tabs library defined by this module requires the drupal.form library for dealing with fieldset descriptions. Without the dependency, I was getting the following error:

TypeError: this.fieldset.drupalGetSummary is not a function

This patch adds that dependency.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

theunraveler’s picture

(Also, I posted this as a separate issue instead of as a comment on the issue above because I thought it might come up outside of that patch).

nils.destoop’s picture

Status: Active » Fixed

I changed the js code of horizontal tabs. It's not dependent anymore now on entity display side.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 40c4ddd on 7.x-1.x, 8.x-1.x by zuuperman:
    #2090415 Make horizontal tabs not dependent on form.js. Also change...