Merge pull request #526 from sartography/feature/better_errors

Re-add value expression, ad the default-value is not good enough.  so…
This commit is contained in:
Dan Funk 2022-04-27 16:18:49 -04:00 committed by GitHub
commit c0e17c13c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ class Task(object):
FIELD_PROP_REQUIRED_EXPRESSION = "required_expression"
FIELD_PROP_LABEL_EXPRESSION = "label_expression"
FIELD_PROP_REPEAT_HIDE_EXPRESSION = "repeat_hide_expression"
FIELD_PROP_VALUE_EXPRESSION = "value_expression"
# Enum field options
FIELD_PROP_SPREADSHEET_NAME = "spreadsheet.name"