cr-connect-workflow/crc/api
Dan Funk f183e12fe5 Provides some basic tools for getting additional information about a lookup field.
Adds an optional 'value' parameter to the lookup endpoint so you can find a specific entry in the lookup table.
Makes sure the data attribute returned on a lookup model is a dictionary, and not a string.
Fixes a previous bug that would crop up if double spaces were used when performing a search.
2020-06-30 10:34:16 -04:00
..
__init__.py Adding file management. Files are stored in the database along with basic meta data. 2019-12-27 13:50:03 -05:00
admin.py Shifting to a different model, where the TaskEvents store ONLY the form data submitted for that task. 2020-06-19 08:22:53 -04:00
approval.py Refactoring shared code 2020-06-22 14:07:57 -06:00
common.py Run the validation twice, once completing all of the data, and a second time, completing only the required fields. 2020-05-30 17:26:27 -04:00
file.py minor cleanup of error codes. 2020-06-03 15:03:22 -04:00
study.py minor cleanup of error codes. 2020-06-03 15:03:22 -04:00
tools.py Send emails from service 2020-06-25 16:18:42 -06:00
user.py Prevents non-admin users from editing each others' tasks. Fixes bug where test user uid was not being set from token. Moves complete form and get workflow API test utility methods into BaseTest. 2020-06-12 13:46:10 -04:00
workflow.py Provides some basic tools for getting additional information about a lookup field. 2020-06-30 10:34:16 -04:00