Fire hook_quicktabs_instance_alter() in AJAX controller

QuickTabsInstance::getRenderArray() calls the alter before rendering, but QuickTabsController::ajaxContent() loads the entity and renders directly without it. Modules that set view arguments or modify tab configuration via the alter have their changes ignored on AJAX-loaded tabs.

Closes #3606674

Merge request reports

Loading