From 82bb1769ac31a084c1d72784e04a962de96b0598 Mon Sep 17 00:00:00 2001 From: Ahmad Hassan Date: Wed, 15 Jan 2025 17:19:28 +0500 Subject: [PATCH] fix: Add dry_run_mode_enabled field to SAP admin panel --- CHANGELOG.rst | 4 ++++ enterprise/__init__.py | 2 +- integrated_channels/sap_success_factors/admin/__init__.py | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c0701ae01..23c5a98a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,10 @@ Unreleased ---------- * nothing unreleased +[5.6.2] +-------- +* fix: Add dry_run_mode_enabled field to SAP admin panel + [5.6.1] -------- * fix: Log all learner transmission records. diff --git a/enterprise/__init__.py b/enterprise/__init__.py index 701028e69..c283d5e50 100644 --- a/enterprise/__init__.py +++ b/enterprise/__init__.py @@ -2,4 +2,4 @@ Your project description goes here. """ -__version__ = "5.6.1" +__version__ = "5.6.2" diff --git a/integrated_channels/sap_success_factors/admin/__init__.py b/integrated_channels/sap_success_factors/admin/__init__.py index e24ce0f17..d38f8c3b5 100644 --- a/integrated_channels/sap_success_factors/admin/__init__.py +++ b/integrated_channels/sap_success_factors/admin/__init__.py @@ -55,6 +55,7 @@ class SAPSuccessFactorsEnterpriseCustomerConfigurationAdmin(DjangoObjectActions, "has_access_token", "prevent_self_submit_grades", "show_course_price", + "dry_run_mode_enabled", "disable_learner_data_transmissions", "transmit_total_hours", "transmission_chunk_size",