Skip to content

Commit

Permalink
Merge branch 'release/3.2.2'
Browse files Browse the repository at this point in the history
Release/3.2.2
  • Loading branch information
MdNadimHossain committed Feb 28, 2023
2 parents 9926b5c + 1524be3 commit 6659c5d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tide_core.install
Original file line number Diff line number Diff line change
Expand Up @@ -1555,16 +1555,8 @@ function tide_core_update_8064() {
}

/**
* Prevent new entity reference creation.
* See ticket SDPAP-7108, tide_core_update_8065 is removed.
*/
function tide_core_update_8065() {
$config_factory = \Drupal::configFactory();
$config = $config_factory->getEditable('field.field.block_content.media_gallery.field_topic');
if ($config) {
$config->set('settings.handler_settings.auto_create', FALSE);
$config->save();
}
}

/**
* Install field permission module.
Expand Down

0 comments on commit 6659c5d

Please sign in to comment.