Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
G
gracedb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
99
Issues
99
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
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