Skip to content

Commit

Permalink
Fix issue where filename was required (for SPOT classification) even …
Browse files Browse the repository at this point in the history
…if no file is part of the interview
  • Loading branch information
nonprofittechy committed Jun 5, 2024
1 parent f8031c1 commit 26ae755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docassemble/ALWeaver/data/questions/assembly_line.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ fields:
it is published.
default:
code: |
interview._guess_categories(interview.short_filename_with_spaces)
interview._guess_categories(interview.short_filename_with_spaces) if have_template_to_load else []
- Add other topics: interview.has_other_categories
datatype: yesno
- Other topics ([LIST code, like HE-00-00-00-00](https://taxonomy.legal) preferred, separate with commas): interview.other_categories
Expand Down Expand Up @@ -436,7 +436,7 @@ fields:
show if:
variable: interview.court_related
is: False
- What court department can this filed in? (Massachusetts only): interview.allowed_courts
- What court department can this be filed in? (Massachusetts only): interview.allowed_courts
help: |
The current list of courts only applies to Massachusetts. Skip this
if your form is not filed in Massachusetts.
Expand Down

0 comments on commit 26ae755

Please sign in to comment.