Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Resint
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
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-Resint
Merge requests
!55
Resolve "Adapt for SPA operations"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Adapt for SPA operations"
17-adapt-for-spa-operations
into
master
Overview
1
Commits
3
Pipelines
8
Changes
6
Merged
Hangzhi Yu
requested to merge
17-adapt-for-spa-operations
into
master
2 years ago
Overview
1
Commits
3
Pipelines
8
Changes
2
Expand
Closes
#17 (closed)
0
0
Merge request reports
Compare
version 5
version 6
b1c5ffb4
2 years ago
version 5
d2038874
2 years ago
version 4
dfbf36a6
2 years ago
version 3
2aa7a079
2 years ago
version 2
1b322775
2 years ago
version 1
7ffdc77f
2 years ago
master (base)
and
version 6
latest version
5ea53e5a
3 commits,
2 years ago
version 6
b1c5ffb4
3 commits,
2 years ago
version 5
d2038874
3 commits,
2 years ago
version 4
dfbf36a6
3 commits,
2 years ago
version 3
2aa7a079
3 commits,
2 years ago
version 2
1b322775
2 commits,
2 years ago
version 1
7ffdc77f
1 commit,
2 years ago
Show latest version
2 files
+
2
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
aleksis/apps/resint/models.py
+
1
−
5
Options
@@ -43,16 +43,12 @@ class PosterGroupDynamicRoute(DynamicRoute):
dynamic_route
[
"
display_account_menu
"
]
=
False
dynamic_route
[
"
display_sidenav_menu
"
]
=
instance
.
show_in_menu
dynamic_route
[
"
sidenav_menu_root
"
]
=
True
dynamic_route
[
"
menu_new_tab
"
]
=
True
dynamic_route
[
"
menu_title
"
]
=
instance
.
name
dynamic_route
[
"
menu_icon
"
]
=
"
mdi-file-pdf-box
"
dynamic_route
[
"
menu_permission
"
]
=
"
resint.view_poster_pdf_menu
"
dynamic_route
[
"
route_permission
"
]
=
"
resint.view_poster_pdf_menu
"
# TODO Handle case of posters that are supposed to be displayed even when user is not logged in
dynamic_route
[
"
route_permission
"
]
=
""
if
instance
.
public
else
"
resint.view_poster_pdf_menu
"
return
dynamic_route
Loading