mplp / docassemble-MLHPPOAndProposedOrder

MIT License
0 stars 0 forks source link

Tester feedback: bug (`email_status`) #172

Open MPLP-Docassemble opened 3 hours ago

MPLP-Docassemble commented 3 hours ago
   
Question ID email confirmation page
Variable sought email_status
Package version playground
Form docassemble.playground4PPO:ppo_and_proposed_order.yml

Details:

The Petitioner's address block is blank on the Request for next friend, petition, and Identifying Information attachment.

Other key facts: domestic PPO, Wayne, LII case.

I said I don't have a phone number, and I'm wondering if that's the problem. I think the value of users[0].phone_number is never actually set to "Does not have phone" because skip undefined is true and there's therefore nothing to trigger the existing code block that could set this:

---
code: |
  if users[0].no_phone_number:
    users[0].phone_number = "Does not have phone"
---
ekressmiller commented 3 hours ago

image

image

image