Skip to content

Commit

Permalink
Merge pull request #510 from LemmaLegalConsulting/addmotionsfordiscovery
Browse files Browse the repository at this point in the history
Add motion to shorten time and motion to continue for discovery
  • Loading branch information
miabonardi authored Feb 20, 2024
2 parents 0498db2 + 8c50e5d commit 7b07a9e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,9 @@ code: |
code: |
eviction_discovery_attachment.enabled = wants_discovery
---
code: |
motion_to_shorten_time_attachment.enabled = wants_discovery and not original_hearing_date_past
---
id: eviction answer determination code
code: |
# We now handle unlawful detainer cases
Expand Down
10 changes: 8 additions & 2 deletions docassemble/MOHUDEvictionProject/data/questions/shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ attachments:
docx template file: eviction_helper_next_steps.docx
- name: eviction motion to continue attachment
filename: eviction_motion_to_continue.docx
variable name: eviction_motion_to_continue_attachment[i]
variable name: eviction_motion_to_continue_attachment[i]
skip undefined: True
docx template file: motion_to_continue.docx
- name: eviction answer
Expand All @@ -897,6 +897,11 @@ attachments:
variable name: eviction_discovery_attachment[i]
skip undefined: True
docx template file: Discovery.docx
- name: motion to shorten time
filename: motion_to_shorten_time.docx
variable name: motion_to_shorten_time_attachment[i]
skip undefined: True
docx template file: motion_to_shorten_time.docx
---
id: preview eviction_defender
question: |
Expand Down Expand Up @@ -1003,9 +1008,10 @@ objects:
- eviction_answer_attachment: ALDocument.using(title="Answer and Affirmative Defenses", filename="answer_defenses.docx", has_addendum=False, default_overflow_message=AL_DEFAULT_OVERFLOW_MESSAGE)
- eviction_motion_for_leave_attachment: ALDocument.using(title="Motion for Leave to File Responsive Pleadings", filename="motion_for_leave_to_file.docx", has_addendum=False, default_overflow_message=AL_DEFAULT_OVERFLOW_MESSAGE)
- eviction_discovery_attachment: ALDocument.using(title="Discovery", filename="Discovery.docx", has_addendum=False, default_overflow_message=AL_DEFAULT_OVERFLOW_MESSAGE)
- motion_to_shorten_time_attachment: ALDocument.using(title="File a Motion to Shorten Time", filename="motion_to_shorten_time.docx", has_addendum=False, default_overflow_message=AL_DEFAULT_OVERFLOW_MESSAGE)
---
objects:
- al_user_bundle: ALDocumentBundle.using(elements=[eviction_defender_post_interview_instructions,eviction_motion_to_continue_attachment,eviction_answer_attachment,eviction_motion_for_leave_attachment,eviction_discovery_attachment], filename="eviction_helper.docx_package.pdf", title="All forms to download for your records", enabled=True)
- al_user_bundle: ALDocumentBundle.using(elements=[eviction_defender_post_interview_instructions,eviction_motion_to_continue_attachment,eviction_answer_attachment,eviction_motion_for_leave_attachment,motion_to_shorten_time_attachment,eviction_discovery_attachment], filename="eviction_helper.docx_package.pdf", title="All forms to download for your records", enabled=True)
- al_court_bundle: ALDocumentBundle.using(elements=attachment_list_court, filename="eviction_helper.docx_package.pdf", title="All forms to download for your records", enabled=True)
---
template: about_page_contents
Expand Down
Binary file not shown.

0 comments on commit 7b07a9e

Please sign in to comment.