Skip to content

Commit

Permalink
Merge pull request #647 from LemmaLegalConsulting/removediscovery
Browse files Browse the repository at this point in the history
removed discovery from interview order, attachment enabled and sections
tobyfey authored Dec 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 0770f0f + 7dcc700 commit 3940bb0
Showing 3 changed files with 5 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -52,7 +52,6 @@ sections:
- section_eviction_answer_tenancy: About your tenancy
- section_eviction_answer_defenses: Claims and defenses
- review_eviction_answer: Review your answers
- section_eviction_discovery: Discovery
- section_eviction_answer_download: Download, print, deliver, and file
---
language: es
@@ -65,7 +64,6 @@ sections:
- section_eviction_answer_tenancy: Sobre su arrendamiento
- section_eviction_answer_defenses: Reclamaciones y defensas
- review_eviction_answer: Revisar sus respuestas
- section_eviction_discovery: Descubrimiento
- section_eviction_answer_download: Descargar, imprimir, entregar y presentar
---
id: edde user role
@@ -96,16 +94,9 @@ code: |
track_review
nav.set_section("section_eviction_discovery")
precheck_items
if wants_discovery:
customize_discovery_choice
if customize_discovery_choice == "customize_discovery":
customize_discovery_requests
review_discovery_requests
if motion_to_shorten_time_attachment.enabled:
motion_to_shorten_time_order
motions_for_hearing
notice_of_hearing_attachment.enabled
@@ -834,11 +825,11 @@ code: |
---
id: add eviction discovery if wants discovery
code: |
eviction_discovery_attachment.enabled = wants_discovery and not motion_to_set_aside_attachment.enabled
eviction_discovery_attachment.enabled = False
---
id: add motion to shorten time if wants discovery and hearing date in past
code: |
motion_to_shorten_time_attachment.enabled = wants_discovery and original_hearing_date_past and not final_judgment and trial_date_set
motion_to_shorten_time_attachment.enabled = False
---
depends on:
- final_judgment
2 changes: 1 addition & 1 deletion docassemble/MOHUDEvictionProject/data/questions/shared.yml
Original file line number Diff line number Diff line change
@@ -1544,7 +1544,7 @@ subquestion: |
**4. Complete and {file} the forms:**
* Fill in the date you deliver each form to the other party in the "Certificate of Service" box usually at the end of the document. There are 3 Certificate of Service boxes in the discovery document that you will need to fill in before delivering to the other party.
* Fill in the date you deliver each form to the other party in the "Certificate of Service" box usually at the end of the document.
% if not docket_number:
* Add the case number.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
url='https://motenanthelp.org/',
packages=find_packages(),
namespace_packages=['docassemble'],
install_requires=['docassemble.AssemblyLine>=3.1.0'],
install_requires=['docassemble.AssemblyLine>=3.2.0'],
zip_safe=False,
package_data=find_package_data(where='docassemble/MOHUDEvictionProject/', package='docassemble.MOHUDEvictionProject'),
)

0 comments on commit 3940bb0

Please sign in to comment.