Actions
Bug #9383
closedType check bug in getBookmarksByActivity causes directly loaded activity to fail bookmarked check
Description
This is due to loadObjectList giving a string key, which allows it to work while called in a stream, but doesn't work when called directly since directly passes the int id.
Actions