Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Environments
Terraform modules
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-Matrix
Commits
8d8f4e36
Commit
8d8f4e36
authored
1 week ago
by
Jonathan Weth
Browse files
Options
Downloads
Plain Diff
Merge branch '34-matrixroomlistview-broken' into 'master'
Resolve "MatrixRoomListView broken" Closes
#34
See merge request
!62
parents
e7e5122c
9fe22891
No related branches found
No related tags found
1 merge request
!62
Resolve "MatrixRoomListView broken"
Pipeline
#196406
passed with warnings
1 week ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: docker
Stage: deploy
Pipeline: AlekSIS
#196407
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/apps/matrix/filters.py
+2
-2
2 additions, 2 deletions
aleksis/apps/matrix/filters.py
with
2 additions
and
2 deletions
aleksis/apps/matrix/filters.py
+
2
−
2
View file @
8d8f4e36
from
django.utils.translation
import
gettext
as
_
from
django_filters
import
ModelChoiceFilter
,
ModelMultipleChoiceFilter
from
django_filters
import
FilterSet
,
ModelChoiceFilter
,
ModelMultipleChoiceFilter
from
material
import
Layout
,
Row
from
aleksis.core.filters
import
MultipleCharFilter
from
aleksis.core.models
import
Group
,
GroupType
,
SchoolTerm
class
GroupMatrixRoomFilter
:
class
GroupMatrixRoomFilter
(
FilterSet
)
:
"""
Custom filter for groups on Matrix room overview.
"""
school_term
=
ModelChoiceFilter
(
queryset
=
SchoolTerm
.
objects
.
all
())
...
...
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