Create new web api for Checklist templates
Review Request #6106 — Created July 15, 2014 and discarded — Latest diff uploaded
Declerations, and override access methods.
Added create method to post a new template list. It attaches the user to the new template list.
Added update method that :
- creates a new items when id is not present
- updates items when id, and description is present
- delete item when only id is present
Diff Revision 3
This is not the most recent revision of the diff. The latest diff is revision 6. See what's changed.
orig
1
2
3
4
5
6
checklist/checklist/ChecklistTemplateResource.py |
---|