Hello,

On bootstrap based themes, if using vertical tabs and there are required fields within a tab, the form required marker is not shown next to the tab's label. The selector used in Drupal.FieldGroup.Effects.processTabs (field_group.js) to add the marker does not match bootstrap's generated markup.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dinarcon’s picture

Status: Active » Needs review
FileSize
893 bytes

This patch checks for bootstrap use and add the marker. Please review.

ikeigenwijs’s picture

Status: Needs review » Reviewed & tested by the community

Works directly after clearing cache and reloading of the page
Happy i found this.

Can be committed.

PhilY’s picture

Patch #1 works for me using Drupal 7.77 and fielg_group 7.x-1.6
Thanks