From e5fb6a2485ed369450ae86ae28af1edef5ebcd4d Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Tue, 15 Dec 2020 13:58:51 +0100 Subject: [PATCH] don't audit group_email and billing_information. #687 --- app/models/provider.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/models/provider.rb b/app/models/provider.rb index 987dd4964..f8f8650cf 100644 --- a/app/models/provider.rb +++ b/app/models/provider.rb @@ -6,6 +6,7 @@ class Provider < ApplicationRecord audited except: %i[ globus_uuid system_email + group_email technical_contact secondary_technical_contact service_contact @@ -13,6 +14,7 @@ class Provider < ApplicationRecord billing_contact secondary_billing_contact voting_contact + billing_information salesforce_id password updated