Merge pull request #368 from sartography/feature/114_read_only_expression

#114 We just needed to allow read_only_expression
This commit is contained in:
Dan Funk 2021-09-03 14:32:56 -04:00 committed by GitHub
commit 1e97f0ac31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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