Actions
Bug #2482
closedJ1.6: userlist paging wrong itemid
Description
Userlists paging links are obtaining CB profile link Itemid instead of using the Itemid of the actual userlist being viewed. This is throwing off module placement and breadcrumbs.
Files
Updated by krileon over 13 years ago
- Subject changed from userlist paging wrong itemid to J1.6: userlist paging wrong itemid
Updated by krileon over 13 years ago
- File 2482.patch 2482.patch added
- Status changed from New to Resolved
- Assignee set to beat
- % Done changed from 0 to 100
J1.6 no longer sets the global $Itemid. Proposed fix is to do this our selves through foundation. The API is still present to obtain Itemid as done in J1.5; it's just not set as a global anymore.
Updated by beat over 13 years ago
- Status changed from Resolved to Assigned
- % Done changed from 100 to 10
Patch rejected, as it pollutes global variable space.
Updated by beat over 13 years ago
- Status changed from Assigned to Resolved
- % Done changed from 10 to 100
r1495 Fixes $Itemid issue, by removing all global uses of $Itemid and adding a few funcitons CBFramework class as detailed in #2656 .
Actions