cr-connect-workflow/crc
Dan acae6030f5 The API for evaluating python expressions should not raise an error, it can simply return a result of false, and provide an error to explain the problem. In this way the front end doesn't error out when it's running the script tasks but doesn't have enough information to get a valid response back.
The validation should take into account that repeating sections must be evaluated in the context of the data within the repeating section, not outside of it.
2021-06-15 16:17:15 -04:00
..
api The API for evaluating python expressions should not raise an error, it can simply return a result of false, and provide an error to explain the problem. In this way the front end doesn't error out when it's running the script tasks but doesn't have enough information to get a valid response back. 2021-06-15 16:17:15 -04:00
models Merge pull request #325 from sartography/feature/file_refactor 2021-06-08 11:28:23 -04:00
scripts Merge pull request #324 from sartography/modify-infinite-loop-312 2021-06-08 10:30:13 -04:00
services The API for evaluating python expressions should not raise an error, it can simply return a result of false, and provide an error to explain the problem. In this way the front end doesn't error out when it's running the script tasks but doesn't have enough information to get a valid response back. 2021-06-15 16:17:15 -04:00
static Save a sample file while I try to figure out how the JS is going to work 2021-05-04 11:32:34 -04:00
templates Change location of `CR Connect` string. Move it left, closer to the logo 2021-03-23 13:12:13 -04:00
__init__.py Set the correct default value on enumerations - if it is a multi-select enum (checkbox is set) then it should return a default value of an empty array, and not a dictionary. 2021-04-09 08:40:58 -04:00
api.yml Do not require users to be admins for viewing the document directory tab. 2021-06-09 09:51:30 -04:00