From 225f2259c6a2759e61596871066b5b52ab960c56 Mon Sep 17 00:00:00 2001 From: Carey Gumaer Date: Fri, 28 Jun 2024 14:03:27 -0400 Subject: [PATCH 1/2] remove enterprise or organizational accounts and custom engagements from sloan offerings --- learning_resources/fixtures/offered_by.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/learning_resources/fixtures/offered_by.json b/learning_resources/fixtures/offered_by.json index 2d805a23b1..a8aef09699 100644 --- a/learning_resources/fixtures/offered_by.json +++ b/learning_resources/fixtures/offered_by.json @@ -100,12 +100,7 @@ "name": "Sloan Executive Education", "code": "see", "professional": true, - "offerings": [ - "Courses", - "Programs", - "Enterprise or Organizational accounts", - "Custom Engagements" - ], + "offerings": ["Courses", "Programs"], "audience": [ "Global Business Professionals (all levels)", "Entrepreneurs and intrapreneurs", From a06bd3829f2cb347ae54bd7d28489d9ffada3782 Mon Sep 17 00:00:00 2001 From: Carey Gumaer Date: Fri, 28 Jun 2024 14:41:28 -0400 Subject: [PATCH 2/2] hybrid, not blended --- learning_resources/fixtures/offered_by.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learning_resources/fixtures/offered_by.json b/learning_resources/fixtures/offered_by.json index a8aef09699..5f916ab81f 100644 --- a/learning_resources/fixtures/offered_by.json +++ b/learning_resources/fixtures/offered_by.json @@ -107,7 +107,7 @@ "Managers and executives", "Current and future business leaders" ], - "formats": ["Online", "In-Person", "Blended"], + "formats": ["Online", "In-Person", "Hybrid"], "fee": ["Paid", "Free Webinars and Blogs"], "certifications": ["Executive Certificates", "Professional Certificates"], "content_types": ["Professional"],