Skip to content

Commit

Permalink
Commented updated hook. (#383)
Browse files Browse the repository at this point in the history
* Removed updated hook.
  • Loading branch information
MdNadimHossain committed Feb 28, 2023
1 parent 8bf3904 commit 1524be3
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 1524be3

Please sign in to comment.