From 8a0a3666d5e3121102fca52a3e80d6fb8b2bd5f5 Mon Sep 17 00:00:00 2001 From: Sandro Date: Tue, 3 Sep 2024 10:24:33 +0200 Subject: [PATCH 1/2] fix to list.category.index #186 --- app/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/router.js b/app/router.js index 03f8b35..b19e552 100644 --- a/app/router.js +++ b/app/router.js @@ -23,7 +23,7 @@ const Router = EmberRouter.extend({ if (this.currentPath === 'list.category.event.subscribe') { scrollToTimeout(subscriptionProcessId); - } else if (this.currentPath !== 'list.category' && screen.width <= 960) { + } else if (this.currentPath === 'list.category.index' && screen.width <= 960) { scrollToTimeout('headerCategory'); } else if (this.currentPath !== 'list.index') { scrollToTimeout(rootElement.id); From de8064f869707c6dccc9362c0ff8fe1fd1f70745 Mon Sep 17 00:00:00 2001 From: Sandro Date: Tue, 3 Sep 2024 10:27:19 +0200 Subject: [PATCH 2/2] 3.5.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8621c30..01ea468 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# kursausschreibung 3.5.0 +# kursausschreibung 3.5.1 [![Build 🏭🚀](https://github.com/bkd-mba-fbi/kursausschreibung/actions/workflows/buildDeploy.yml/badge.svg)](https://github.com/bkd-mba-fbi/kursausschreibung/actions/workflows/buildDeploy.yml) # Documentation