From af497dea985cfa43a83305a856773e26858f0b00 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Tue, 27 Apr 2021 21:31:11 +0200 Subject: [PATCH] export salesforce_id for provider --- app/models/provider.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/provider.rb b/app/models/provider.rb index 569d78d30..6cc24ed1c 100644 --- a/app/models/provider.rb +++ b/app/models/provider.rb @@ -823,6 +823,7 @@ def user_url def to_jsonapi attributes = { "symbol" => symbol, + "salesforce_id" => salesforce_id, "parent_organization" => consortium_id.present? ? consortium_id.upcase : nil, "name" => name, "website" => website,