Skip to content

Commit 8f57326

Browse files
Fix required zip attribute (#272)
Has to actually use the full object / attribute name, not just the attribute name. No other good way around it.
1 parent e3d1164 commit 8f57326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docassemble/EFSPIntegration/data/questions/unauthenticated_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ fields:
161161
- note: |
162162
---
163163
- code: |
164-
person_to_reg.address_fields(required={"zip": True})
164+
person_to_reg.address_fields(required={"person_to_reg.address.zip": True})
165165
---
166166
code: |
167167
password_rules_resp = proxy_conn.get_password_rules()

0 commit comments

Comments
 (0)