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
Merge requests
!26
Resolve "URL file was accidentally deleted"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "URL file was accidentally deleted"
25-url-file-was-accidentally-deleted
into
prepare-release-2.0b0
Overview
0
Commits
3
Pipelines
3
Changes
3
Merged
Hangzhi Yu
requested to merge
25-url-file-was-accidentally-deleted
into
prepare-release-2.0b0
2 years ago
Overview
0
Commits
3
Pipelines
3
Changes
3
Expand
Closes
#25 (closed)
0
0
Merge request reports
Compare
prepare-release-2.0b0
version 2
bbc6fd87
2 years ago
version 1
bbc6fd87
2 years ago
prepare-release-2.0b0 (base)
and
latest version
latest version
5f797acd
3 commits,
2 years ago
version 2
bbc6fd87
2 commits,
2 years ago
version 1
bbc6fd87
2 commits,
2 years ago
3 files
+
15
−
31
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
aleksis/apps/matrix/menus.py deleted
100644 → 0
+
0
−
31
Options
from
django.utils.translation
import
gettext_lazy
as
_
MENUS
=
{
"
NAV_MENU_CORE
"
:
[
{
"
name
"
:
_
(
"
Matrix
"
),
"
url
"
:
"
#
"
,
"
svg_icon
"
:
"
simple-icons:matrix
"
,
"
root
"
:
True
,
"
validators
"
:
[
(
"
aleksis.core.util.predicates.permission_validator
"
,
"
matrix.show_menu_rule
"
,
),
],
"
submenu
"
:
[
{
"
name
"
:
_
(
"
Groups and Rooms
"
),
"
url
"
:
"
matrix_rooms
"
,
"
svg_icon
"
:
"
mdi:account-group-outline
"
,
"
validators
"
:
[
(
"
aleksis.core.util.predicates.permission_validator
"
,
"
matrix.view_matrixrooms_rule
"
,
),
],
},
],
}
]
}
Loading