Skip to content
Snippets Groups Projects
Commit 47678d1c authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

adding TODO regarding label queries for Triggers

parent 411f7627
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ def create(request):
farThresh = form.cleaned_data['farThresh']
label_query = form.cleaned_data['label_query']
# TODO: properly handle negated labels
# If we've got a label query defined for this trigger, then we want
# each label mentioned in the query to be listed in the event's
# labels. It would be smarter to make sure the label isn't being
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment