From b0b88017569d1d04fa7114b4c6b1a6181acd25cd Mon Sep 17 00:00:00 2001 From: JonasVHG <4658984+JonasVHG@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:08:52 +0100 Subject: [PATCH 1/2] update README after changes in appconfig --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51be2dcbe..c933133b8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Copy the `.env.example` and rename it to `.env.local`. Fill in the correct values for the variables. For running it in combination with [udb3-backend](https://github.com/cultuurnet/udb3-backend) on [Docker](https://www.docker.com), -a sample `.env` is available in [appconfig](https://github.com/cultuurnet/appconfig/blob/main/files/uitdatabank/docker/udb3-frontend/.env). +a sample `env` (rename it to `.env`) is available in [appconfig](https://github.com/cultuurnet/appconfig/blob/main/files/uitdatabank/docker/udb3-frontend/env). ## Build Setup From 0eaa187130cc30d255dd9810056edf0c2cd3b2b7 Mon Sep 17 00:00:00 2001 From: Emma Fabre Date: Tue, 10 Dec 2024 13:00:12 +0100 Subject: [PATCH 2/2] Make back button on organizer preview go to previous URL always --- src/pages/organizers/[organizerId]/preview/index.page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/organizers/[organizerId]/preview/index.page.tsx b/src/pages/organizers/[organizerId]/preview/index.page.tsx index 7643e3204..5cbe4ccce 100644 --- a/src/pages/organizers/[organizerId]/preview/index.page.tsx +++ b/src/pages/organizers/[organizerId]/preview/index.page.tsx @@ -210,14 +210,14 @@ const OrganizersPreview = () => { {t('organizers.detail.actions.manage')} )} - router.back()} > {t('organizers.detail.actions.back')} - +