Add a Tag Name filter to the Incident Timeline API
Closed
requested to merge 360009-clean-up-presentation-of-items-in-incident-highlight-bar into master
7 unresolved threads
Compare changes
- Tristan Read authored
@@ -20,6 +20,16 @@
@@ -42,6 +52,14 @@
non-blocking: To make this more realistic we need at least one more tag linked to this event, currently the test will pass even if the implementation for the scope is
scope :with_tag_name, ->(tag_name) { joins(:timeline_event_tags).all }
.