Closed (won't fix)
Project:
Panels
Version:
7.x-3.x-dev
Component:
Mini panels
Priority:
Normal
Category:
Bug report
Reporter:
Created:
21 May 2012 at 13:16 UTC
Updated:
21 May 2012 at 13:27 UTC
I looked around for resolusion but no luck.
Finally, after debug, I find out that, problem stay in quicktab, not mini panel 7.3x
what dit i do?
1.
in quicktabs module
/**
* Implements hook_block_info().
*/
function quicktabs_block_info() {
foreach (quicktabs_load_multiple() as $qt_name => $quicktabs) {
$blocks[$qt_name]['info'] = $quicktabs->title;
# add this row
$blocks[$qt_name]['cache'] = DRUPAL_NO_CACHE;
}
and clear cache, it works for me. Test at http://TravelFog.Com
Comments
Comment #1
merlinofchaos commentedPerhaps you should file this against quicktabs then? There's certainly nothing I can do about this in Panels.