We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594ae8d commit 2a998e8Copy full SHA for 2a998e8
docassemble/AssemblyLine/data/questions/ql_baseline.yml
@@ -1442,7 +1442,7 @@ code: |
1442
---
1443
code: |
1444
if len(signature_fields):
1445
- if ".signature" in next(iter(signature_fields)):
+ if next(iter(signature_fields)).endswith(".signature"):
1446
# the id: signature choice question has to assume the object exists, so we don't guard against that here
1447
# note: this does not need to be an ALIndividual, so just use str() instead of .full_name()
1448
slash_s_example_name = str(value( next(iter(signature_fields))[:-len(".signature")] ))
0 commit comments