Actions
Feature proposal #6797
closedChange how userlist rows link
Description
Currently this is raw JS and it causes conflicts of more than 1 list is rendered on the page (e.g. wrapper usage or Components Anywhere). Change this so the row links can't conflict with other userlists.
https://www.joomlapolis.com/forum/146-general/237455-showing-multiple-lists#297647
Updated by beat over 6 years ago
- Target version changed from CB 2.1.4 to CB 2.1.5
Updated by krileon over 6 years ago
- Target version changed from CB 2.1.5 to CB 2.3
Updated by krileon about 6 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1389
Row linking now uses a data attribute and can no longer conflict with multiple lists being rendered on same page.
Actions