Actions
Bug #4533
closedTabs no longer active when using plugin class in the URL
Description
You can use tab id, tab title, index, etc.. to activate a tab, but no longer pluginclass. This breaks B/C as a couple of plugins use it in their tab URLs. Example URL structure as follows.
index.php?option=com_comprofiler&task=userprofile&user=63&Itemid=494&tab=getmypmsprotab
IMO these URL structures should be fixed send &tab=TAB_ID as it's the absolute most reliable method.
Updated by krileon over 10 years ago
Looks like that won't quite work as custom html usages with tab URLs would also be broken. Need to implement mapping of pluginclass to tab id then have a JS function to force a tab selection. All of this could be done in getViewTabs as it is specific to actual CB tabs and not just and cbTabs class usage.
Updated by krileon over 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed by MR #215
Actions