Skip to content

Commit

Permalink
chore(SHS-5944): Remove dependency in profile and increase update hoo…
Browse files Browse the repository at this point in the history
…k number
  • Loading branch information
codechefmarc committed Dec 18, 2024
1 parent 8253173 commit 253a5de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ install:
- 'field_permissions:field_permissions'
- 'focal_point:focal_point'
- 'fontawesome:fontawesome'
- 'honeypot:honeypot'
- 'humsci:hs_actions'
- 'humsci:hs_basic_page'
- 'humsci:hs_basic_page_display'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ function su_humsci_profile_update_9719() {
/**
* Remove honeypot config and uninstall honeypot.
*/
function su_humsci_profile_update_9719() {
function su_humsci_profile_update_9720() {
// Remove honeypot existing config - needs to be done before uninstall.
$config_factory = \Drupal::configFactory();

Expand Down

0 comments on commit 253a5de

Please sign in to comment.