TireSwingSoftware / openassign-server

OpenAssign server intended for use by a separate client via RPC
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Make AssignmentManager views consistent with View API. #144

Closed jc0n closed 12 years ago

jc0n commented 12 years ago

The following views previously accepted an additional user_id argument. This argument no longer exists. The caller should instead pass filters={'exact': {'user': user_id}} if such filtering is required.

mhrivnak commented 12 years ago

Given the excitement of last night, I think now is a great time to make tests for each of these views before we merge, including at least one service test just to cover the pyamf incompatibility we had last night. They don't have to be great tests for the moment, but at least something that calls them and makes sure they don't cause an internal error.