Multiple SPs can be assigned to a project
Done:
- Add a view hook (see engine file) on TimeEntry form for selecting SP, only enabled when this module is.
- SPAssignmentManager:
- Change #assign and #unassign to #assign_to and #unassign_from
- Remove helpers suitable only for 1-n assignment 7cf4c30e
- AssignsController:
- TimeEntry:
- Disable callbacks when the module is disabled. 9428598b
- Use better helper functions for authorisation #current_user_can_* 677cc0ee
To do:
- Change assignments to end on a specific time of day instead of implicit 00:00 UTC.
- This means all SP dates must also be changed to datetime, followed by form changes.
Edited by Tam Le