Skip to content

Commit

Permalink
FIX: Remove incorrectly added 'App not approved' message
Browse files Browse the repository at this point in the history
It looks like it is added all the time despite the app being approved.
Removing this first to prevent confusion
  • Loading branch information
nattsw committed Sep 3, 2024
1 parent 43843be commit 57694f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ module ::Salesforce
SeedFu.fixture_paths << Rails.root.join("plugins", "discourse-salesforce", "db", "fixtures").to_s
register_problem_check Salesforce::ProblemCheck::SalesforceInvalidCredentials

AdminDashboardData.problem_messages << ::Salesforce::Api::APP_NOT_APPROVED

allow_staff_user_custom_field(::Salesforce::Contact::ID_FIELD)
allow_staff_user_custom_field(::Salesforce::Lead::ID_FIELD)
register_topic_custom_field_type(::CaseMixin::HAS_SALESFORCE_CASE, :boolean)
Expand Down

0 comments on commit 57694f5

Please sign in to comment.