From f456ab9a59120ba75d965f6754ff6f2a8e231e61 Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Tue, 19 Sep 2023 13:59:24 -0700 Subject: [PATCH] 10.1.2 --- CHANGELOG.md | 1 + soe_profile.post_update.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a2e0504..53162495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ 10.1.2 ------------------------------------------------------------------------------- +- Update samlauth settings when a role is created or deleted 10.1.1 ------------------------------------------------------------------------------- diff --git a/soe_profile.post_update.php b/soe_profile.post_update.php index 5a61a388..862c63c1 100644 --- a/soe_profile.post_update.php +++ b/soe_profile.post_update.php @@ -76,7 +76,7 @@ function soe_profile_post_update_update_field_defs() { /** * Enable samlauth. */ -function stanford_profile_post_update_samlauth() { +function soe_profile_post_update_samlauth() { if (\Drupal::moduleHandler()->moduleExists('stanford_samlauth')) { return; }