Actions
Bug #5147
closedpluginClassUrl sometimes uses the wrong Itemid
Start date:
27 February 2015
Due date:
% Done:
100%
Estimated time:
Description
If you've created a Joomla menu link to Plugin A and you call pluginClassUrl in Plugin B, which has no menu item, you end up with the Itemid from Plugin A. This is more certainly due to the fallback. This behavior should be adjusted for pluginclass so it doesn't fallback to the wrong plugin and give odd URL results. Issue is quickly fixed by generating a menu item to Plugin B so it's not critical or urgent, but isn't as user friendly as it should be.
Updated by beat over 10 years ago
- Target version changed from CB 2.0.8 to CB 2.0.9
Updated by beat about 10 years ago
- Target version changed from CB 2.0.9 to CB 2.0.10
Updated by krileon about 10 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
CB 2.0.10) - % Done changed from 0 to 100
Menu items can be generated for every plugins so this really isn't an issue. Just generate a menu item for a plugin which will allow you to specify alias, page title, etc.. all unique to that plugin.
Actions