Hi I've noticed that upon enabling a feature that contains a QT config, the default tab doesn't come into play unless I go to administer the QT's and re-save (without editing any config). Any thoughts on this and what might cause it or any remedy? Cheers

Comments

samerali’s picture

I have the same issue myself, any way we could fix this quickly?

samerali’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new728 bytes

I tracked down this issue to function _quicktabs_get_active_tab(),

at first line of the function where "key($quicktabs['tabs'])" always returns the 2nd tab id for some reason,

by using reset($quicktabs['tabs']); to reset the current position of the tab's array.

attached patch file.

netw3rker’s picture

Version: 6.x-3.1 » 6.x-3.x-dev
Issue summary: View changes
avpaderno’s picture

Status: Patch (to be ported) » Closed (outdated)

I am closing this issue, since it's for a Drupal version no longer supported.