Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
40652f62
Verified
Commit
40652f62
authored
1 month ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Fix get_single_events to expand by default
parent
7002764a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+8
-0
8 additions, 0 deletions
CHANGELOG.rst
aleksis/core/mixins.py
+1
-1
1 addition, 1 deletion
aleksis/core/mixins.py
with
9 additions
and
1 deletion
CHANGELOG.rst
+
8
−
0
View file @
40652f62
...
...
@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Fixed
~~~~~
* [Dev] `get_single_events` didn't expand events by default.
`4.0.2`_ - 2025-05-21
---------------------
...
...
This diff is collapsed.
Click to expand it.
aleksis/core/mixins.py
+
1
−
1
View file @
40652f62
...
...
@@ -954,7 +954,7 @@ class CalendarEventMixin(DAVResource, RegistryObject, is_registry=True):
params
:
dict
[
str
,
any
]
|
None
=
None
,
with_reference_object
:
bool
=
False
,
queryset
:
Optional
[
QuerySet
]
=
None
,
expand
:
bool
|
None
=
Fals
e
,
expand
:
bool
|
None
=
Tru
e
,
**
kwargs
,
):
"""
Get single events for this calendar feed.
"""
...
...
This diff is collapsed.
Click to expand it.
Jonathan Weth
@hansegucker
mentioned in commit
723b644f
·
1 month ago
mentioned in commit
723b644f
mentioned in commit 723b644f6766779173f60bbe17f6e70165b05041
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment