Actions
Bug #9889
opengetTab logic causes a full profile tab process even if only 1 tab is requested
Bug #9889:
getTab logic causes a full profile tab process even if only 1 tab is requested
Description
The generateViewTabsContent is generating content for all tabs in the supplied position when a tab id is passed. This function should skip loading other tabs in the same position if only a specific tab is being rendered via $tabId.
Actions