Skip to content

Commit

Permalink
fix: fix bug in application template regarding choice questions
Browse files Browse the repository at this point in the history
  • Loading branch information
open-dynaMIX committed Feb 8, 2024
1 parent 18dd78e commit fee555f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ docker compose up -d
# Wait for the database migrations to complete for the API and Caluma.
make caluma-loadconfig
# upload the templates to DMS
docker compose run --rm api python manage.py upload_template -t mysagw/identity/templates/identity-labels.docx
docker compose run --rm api python manage.py upload_template -t mysagw/accounting/templates/accounting-cover.docx
docker compose run --rm api python manage.py upload_template -t mysagw/case/templates/acknowledgement-de.docx
docker compose run --rm api python manage.py upload_template -t mysagw/case/templates/acknowledgement-fr.docx
docker compose run --rm api python manage.py upload_template -t mysagw/case/templates/acknowledgement-en.docx
docker compose run --rm api python manage.py upload_template -t mysagw/case/templates/credit-approval-de.docx
docker compose run --rm api python manage.py upload_template -t mysagw/case/templates/credit-approval-fr.docx
docker compose run --rm api python manage.py upload_template -t mysagw/case/templates/credit-approval-en.docx
docker compose run --rm api python manage.py upload_template -t mysagw/case/templates/application.docx
docker compose run --rm api poetry run ./manage.py upload_template -t mysagw/identity/templates/identity-labels.docx
docker compose run --rm api poetry run ./manage.py upload_template -t mysagw/accounting/templates/accounting-cover.docx
docker compose run --rm api poetry run ./manage.py upload_template -t mysagw/case/templates/acknowledgement-de.docx
docker compose run --rm api poetry run ./manage.py upload_template -t mysagw/case/templates/acknowledgement-fr.docx
docker compose run --rm api poetry run ./manage.py upload_template -t mysagw/case/templates/acknowledgement-en.docx
docker compose run --rm api poetry run ./manage.py upload_template -t mysagw/case/templates/credit-approval-de.docx
docker compose run --rm api poetry run ./manage.py upload_template -t mysagw/case/templates/credit-approval-fr.docx
docker compose run --rm api poetry run ./manage.py upload_template -t mysagw/case/templates/credit-approval-en.docx
docker compose run --rm api poetry run ./manage.py upload_template -t mysagw/case/templates/application.docx
```

## Contributing
Expand Down
Binary file modified api/mysagw/case/templates/application.docx
Binary file not shown.

0 comments on commit fee555f

Please sign in to comment.