Skip to content

Commit

Permalink
fix(shs-5907): update update hook sequence numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
cienvaras committed Dec 17, 2024
1 parent dfbe70a commit dad33d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ function su_humsci_profile_update_9719() {
/**
* Grants site managers access to the new content access simple module.
*/
function su_humsci_profile_update_9719() {
function su_humsci_profile_update_9720() {
\Drupal::service('module_installer')->install(['content_access_simple']);
user_role_grant_permissions('site_manager', [
'grant content access simple',
Expand All @@ -1129,7 +1129,7 @@ function su_humsci_profile_update_9719() {
/**
* Changes all private pages to allow site managers view access.
*/
function su_humsci_profile_update_9720(&$sandbox) {
function su_humsci_profile_update_9721(&$sandbox) {
$node_type = 'hs_private_page';

// Update content type (and defaults for new nodes).
Expand Down

0 comments on commit dad33d0

Please sign in to comment.