Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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-App-Alsijil
Commits
496c787d
Commit
496c787d
authored
10 months ago
by
Jonathan Weth
Browse files
Options
Downloads
Plain Diff
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
!368
Do releases 4.0.0.dev1 and .dev2
Pipeline
#190867
canceled
10 months ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: docker
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.rst
+8
-0
8 additions, 0 deletions
CHANGELOG.rst
aleksis/apps/alsijil/schema/documentation.py
+1
-1
1 addition, 1 deletion
aleksis/apps/alsijil/schema/documentation.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
10 additions
and
2 deletions
CHANGELOG.rst
+
8
−
0
View file @
496c787d
...
...
@@ -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
--------------------------
...
...
This diff is collapsed.
Click to expand it.
aleksis/apps/alsijil/schema/documentation.py
+
1
−
1
View file @
496c787d
...
...
@@ -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
[]
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
496c787d
[tool.poetry]
name
=
"AlekSIS-App-Alsijil"
version
=
"4.0.0.dev
1
"
version
=
"4.0.0.dev
3
"
packages
=
[
{
include
=
"aleksis"
}
]
...
...
This diff is collapsed.
Click to expand it.
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