Skip to content

Commit

Permalink
Merge branch '1508'
Browse files Browse the repository at this point in the history
  • Loading branch information
criccomini committed May 19, 2016
2 parents 20a536c + 843a22f commit 959d1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1733,7 +1733,7 @@ def index(self):
session.query(DM)
.filter(
~DM.is_subdag, DM.is_active,
DM.owners == current_user.username)
DM.owners.like('%' + current_user.username + '%'))
.all()
)
else:
Expand Down

0 comments on commit 959d1fe

Please sign in to comment.