Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Jakub Kondrat
Jakub KondratReporter
Chongsun Ahn
Chongsun AhnStory Points
2
Time tracking
7h logged
Sprint
None
Fix versions
Priority
Time Assistant
Time Assistant
Created October 13, 2016 at 9:12 PM
Updated November 22, 2016 at 4:30 PM
Resolved November 16, 2016 at 1:27 PM
The facilityId and programId input are checked in the service method--preferable to check in the controller, since controller handles input validation. Also, error message seems to be incorrect if either id is null. The message should read something about "facility or program id not found", not "Requisition with such parameters already exists".
Acceptance criteria:
Move check to the controller and fix error message