Skip to content
Snippets Groups Projects
Unverified Commit 951b4334 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2873860 by Nikro, time2buzzthetower, mecmartini, tedbow: Add Change...

Issue #2873860 by Nikro, time2buzzthetower, mecmartini, tedbow: Add Change record for Revision Metadata Base Fields change to Annotation
parent 64252f92
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -325,6 +325,8 @@ public function preSave(EntityStorageInterface $storage) {
* An array containing display handlers of a view.
*
* @deprecated in Drupal 8.3.0, will be removed in Drupal 9.0.0.
*
* @see https://www.drupal.org/node/2831499
*/
private function fixTableNames(array &$displays) {
// Fix wrong table names for entity revision metadata fields.
......
......@@ -207,6 +207,8 @@ function views_post_update_grouped_filters() {
/**
* Fix table names for revision metadata fields.
*
* @see https://www.drupal.org/node/2831499
*/
function views_post_update_revision_metadata_fields() {
// The table names are fixed automatically in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment