Recent Activity "Any Project" problem
Closed this issue · 2 comments
panga commented
I'm testing the recent activity plugin and it doesn't work correctly when "Any Project" option is selected.
The activity board should list the activities from all projects, but it's empty.
I've applied a small workaround on local site as below:
function getProjectFilter() {
...
if (projectIds === "('-2')") {
return "Project.Id%20gte%20'-2'";
}
...
}
smazurk commented
The recent activity mashup has been reworked, any project should be working now.
panga commented
The problem still persists with newest version, please reopen this bug.