Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 57c60e9

Browse files
adjusting language in the search block. also filtering not bounded by coder in event flags
1 parent 00ad479 commit 57c60e9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎mpeds_coder.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,8 +1206,7 @@ def _load_event_flags(events):
12061206
"""Loads the event flags for candidate events."""
12071207
efs = db_session.query(EventFlag).\
12081208
filter(
1209-
EventFlag.event_id.in_(events),
1210-
EventFlag.coder_id == current_user.id
1209+
EventFlag.event_id.in_(events)
12111210
).all()
12121211
return {x.event_id: x.flag for x in efs}
12131212

‎templates/adj-search-block.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<a href="#" class="cande-makeactive">
3131
<b>Add to grid <span class="glyphicon glyphicon-export"></span></b>
3232
</a>
33-
<b class="cande-isactive text-muted" style="display:none;">In the expanded view</b>
33+
<b class="cande-isactive text-muted" style="display:none;">In the grid</b>
3434
</div>
3535
</div>
3636
<div class="row">

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /