Skip to content

Commit

Permalink
update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cecemel committed Jul 11, 2024
1 parent c40b622 commit 61bf756
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# Changelog
## Unreleased
- update forms (adding submission cross referencing)
### Deploy Notes
##### worship-decisions-cross-reference
Ensure the environment variables are correctly set for `worship-decisions-cross-reference`, e.g. :
```
worship-decisions-cross-reference:
environment;
WORSHIP_DECISIONS_BASE_URL: "https://databankerediensten.lokaalbestuur.vlaanderen.be/search/submissions/"
```
The following links;
- DEV: "https://dev.databankerediensten.lokaalbestuur.lblod.info/search/submissions/"
- QA: "https://databankerediensten.lokaalbestuur.lblod.info/search/submissions/"
- PROD: "https://databankerediensten.lokaalbestuur.vlaanderen.be/search/submissions/"

#### Docker Commands
- `drc restart migrations && drc logs -ft --tail=200 migrations`
- `drc restart dispatcher`
- `drc up -d`
## 0.26.1 (2024-05-29)
- Fix custom info label field in forms LEKP-rapport - Melding correctie authentieke bron and LEKP-rapport - Toelichting Lokaal Bestuur (DL-5934)
### Deploy Notes
Expand Down

0 comments on commit 61bf756

Please sign in to comment.