Commit cf8c8f32 authored by Tom Quirk's avatar Tom Quirk

Address backend reviewer feedback

Ensure active integrations are "operating" -
active && persisted
parent ac89878f
...@@ -164,7 +164,7 @@ module ServicesHelper ...@@ -164,7 +164,7 @@ module ServicesHelper
def serialize_integration(integration) def serialize_integration(integration)
{ {
active: integration.activated?, active: integration.operating?,
name: integration.title, name: integration.title,
description: integration.description, description: integration.description,
updated_at: integration.updated_at, updated_at: integration.updated_at,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment