Actions
Defect #2257
closedProject activity partially broken by new user activity code
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Projects
Target version:
-
Start date:
2008-12-01
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
The form on the side bar to filter activity by by issues or wiki edits was broken by r2067. It always submits a user_id from the params hash even if no user_id is given. This causes a failure. Solution appears to be to add
if params[:user_id]
to the end of line 55.
Related issues
Actions