Skip to content
Snippets Groups Projects
Commit e92e0de9 authored by permcu's avatar permcu
Browse files

Merge remote-tracking branch 'origin/master' into 928-add-frontend-for-free-busy-model

parents 69ec85a0 a885741c
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ Changed
~~~~~~~
* Announcements are shown in calendar.
* DialogObjectForm is now slightly wider.
Fixed
~~~~~
......@@ -26,6 +27,7 @@ Fixed
* Recurring events without until value weren't shown.
* It wasn't possible to change icons of OAuth applications in the frontend.
* [Dev] Dialog-Object-Form's internal dialog-mode-handling did not implement opening via activator slot.
* First fetching of calendar feeds logged an error to console.
`4.0`_ - 2025-03-29
-------------------
......
......@@ -17,9 +17,11 @@ const calendarSelectedFeedsMixin = {
calendar: {
query: gqlCalendarFeeds,
result({ data }) {
if (data) {
this.selectedCalendarFeedNames = data.calendar.calendarFeeds
.filter((c) => c.activated)
.map((c) => c.name);
}
},
},
},
......
<template>
<mobile-fullscreen-dialog
v-model="dialogMode"
max-width="500px"
v-model="dialog"
max-width="555px"
:close-button="false"
>
<template #activator="{ on, attrs }">
......
......@@ -65,7 +65,7 @@ django-phonenumber-field = {version = "^8.0", extras = ["phonenumbers"]}
colour = "^0.1.5"
dynaconf = {version = "^3.1", extras = ["yaml", "toml", "ini"]}
django-auth-ldap = { version = "^5.1", optional = true }
django-maintenance-mode = "^0.21.0"
django-maintenance-mode = "^0.22.0"
django-ipware = "^7.0"
django-impersonate = "^1.4"
psycopg = "^3.2"
......@@ -77,7 +77,7 @@ django-material = "^1.6.0" # Legacy
django-dynamic-preferences = "^1.11"
django-filter = "^25.1"
django-templated-email = "^3.0.0"
html2text = "^2024.0.0"
html2text = "^2025.0.0"
django-ckeditor = "^6.0.0" # Legacy
calendarweek = "^0.5.0"
Celery = {version="^5.2", extras=["django", "redis"]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment