Commit 402ecc6c authored by Damien McKenna's avatar Damien McKenna Committed by Damien McKenna
Browse files

Issue #3363315 by DamienMcKenna: metatag_post_update_convert_author_data()...

Issue #3363315 by DamienMcKenna: metatag_post_update_convert_author_data() doesn't update the revisions tables.
parent 02f96a47
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ Metatag 8.x-1.x-dev, 2023-xx-xx
#3363189 by DamienMcKenna, floown, jvizcarrondo, uditrawat:
  metatag_post_update_remove_robots_noydir_noodp() fails on entity types without
  revision support.
g#3363315 by DamienMcKenna: metatag_post_update_convert_author_data() doesn't
  update the revisions tables.


Metatag 8.x-1.24, 2023-05-26
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ function metatag_post_update_convert_author_data(&$sandbox) {
  $database = \Drupal::database();

  // This whole top section only needs to be done the first time.
  if (!isset($sandbox['records_processed'])) {
  if (!isset($sandbox['total_records'])) {
    $sandbox['records_processed'] = 0;
    $sandbox['total_records'] = 0;
    $sandbox['current_field'] = 0;