We just needed to allow read_only_expression

This commit is contained in:
Dan 2021-09-03 09:48:16 -04:00
parent c8066ab8ff
commit 5c0d30becb
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class Task(object):
FIELD_PROP_REPEAT = "repeat"
FIELD_PROP_READ_ONLY = "read_only"
FIELD_PROP_LDAP_LOOKUP = "ldap.lookup"
FIELD_PROP_READ_ONLY_EXPRESSION = "read_only_expression"
FIELD_PROP_HIDE_EXPRESSION = "hide_expression"
FIELD_PROP_REQUIRED_EXPRESSION = "required_expression"
FIELD_PROP_LABEL_EXPRESSION = "label_expression"