Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
G
gracedb
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
91
Issues
91
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
gracedb
Commits
1b8b640e
Commit
1b8b640e
authored
May 22, 2019
by
Jonah Kanner
🤓
Committed by
GraceDB
Jun 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
working version
parent
4fd19a09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gracedb/superevents/views.py
gracedb/superevents/views.py
+1
-1
No files found.
gracedb/superevents/views.py
View file @
1b8b640e
...
...
@@ -138,7 +138,7 @@ class SupereventPublic(ListView):
for
se
in
context
[
'object_list'
]:
viewable_logs
=
get_objects_for_user
(
self
.
request
.
user
,
self
.
log_view_permission
,
se
.
log_set
.
all
())
.
filter
(
tags__name
=
'
em_follow'
)
#-- change to analyst_comment
se
.
log_set
.
all
())
.
filter
(
tags__name
=
'
analyst_comments'
)
#-- change to analyst_comments
se
.
comments
=
' ** '
.
join
([
log
.
comment
for
log
in
viewable_logs
])
se
.
maplocal
=
"/apiweb/superevents/{0}/files/bayestar.png"
.
format
(
se
.
superevent_id
)
...
...
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