Skip to content
Snippets Groups Projects
Commit 496c787d authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'release/4.0.0.dev1' into 'master'

Do releases 4.0.0.dev1 and .dev2

See merge request !368
parents f7b356ca 02a99a8f
No related branches found
No related tags found
1 merge request!368Do releases 4.0.0.dev1 and .dev2
Pipeline #190867 canceled
......@@ -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`_.
`4.0.0.dev1`_ - 2024-06-13
--------------------------
Added
~~~~~
* Support for entering absences for students in the new coursebook interface.
`4.0.0.dev0`_ - 2024-04-23
--------------------------
......
......@@ -71,7 +71,7 @@ class DocumentationType(PermissionsTypeMixin, DjangoFilterMixin, DjangoObjectTyp
@staticmethod
def resolve_participations(root: Documentation, info, **kwargs):
if not info.context.user.has_perm(
"alsijil.view_participation_status_for_documentation", root
"alsijil.view_participation_status_for_documentation_rule", root
):
return []
......
[tool.poetry]
name = "AlekSIS-App-Alsijil"
version = "4.0.0.dev1"
version = "4.0.0.dev3"
packages = [
{ include = "aleksis" }
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment