Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
Scinage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Science Computing
Scinage
Commits
c24951f0
Commit
c24951f0
authored
Feb 19, 2021
by
Troy Grandy
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.uwaterloo.ca:science-computing/Scinage
parents
f85f8ebb
06c3d2a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
layers/views.py
layers/views.py
+1
-1
No files found.
layers/views.py
View file @
c24951f0
...
...
@@ -709,7 +709,7 @@ def manageSlides(request):
def
listSlides
(
request
,
mode
):
slides
=
Slide
.
objects
.
filter
(
owner
=
request
.
user
).
order_by
(
'-edit_date'
).
select_related
(
'owner'
)
slides
=
item_permission_queryset
(
request
.
user
,
slides
)
slides
=
item_permission_queryset
(
request
.
user
,
slides
)
.
distinct
()
slideshow_ids
=
[]
"""
# get list of corresponding slideshows per slide
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment