Actions
Bug #5026
closedUserlist URL building and Itemid parsing missing listid
Description
When checking for Itemid an additional string of parameters can be sent to be included with the URL when doing the database query. This is however not being used for Userlists, which results in multiple menu items to userlists using only the last Itemid it finds for userlist menu links. However, fixing this results in the general userlist menu item (no listid and loads Default userlist) linking to CB instead of its own menu item so the Itemid function needs updated to do a fallback (if no itemid found and additional is supplied then retry without additional).
Actions