mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-24 05:38:25 +00:00
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:
commit
c0e17c13c9
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user