Skip to content

Commit

Permalink
fix: Add dry_run_mode_enabled field to SAP admin panel (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-hassan-dev authored Jan 21, 2025
1 parent 7be6443 commit 7d09979
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion enterprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Your project description goes here.
"""

__version__ = "5.6.1"
__version__ = "5.6.2"
1 change: 1 addition & 0 deletions integrated_channels/sap_success_factors/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7d09979

Please sign in to comment.