MigrateBatchExecutable "progressMessage" incorrect visibility

Created on 21 February 2023, over 1 year ago
Updated 20 April 2023, about 1 year ago

Problem/Motivation

In πŸ› MigrateBatchExecutable doesn't need additional progress messages Fixed , a new progressMessage method was added to MigrateBatchExecutable.php.

However, it was added with the protected visibility which causes issues as MigrateExecutable has it as public visibility. This causes a PHP fatal error.

Steps to reproduce

  1. Install Migrate Tools 6.x
  2. Configure a migration to use MigrateBatchExecutable
  3. Notice a fatal error is thrown with the progressMessage method being noted

Proposed resolution

Make MigrateExecutable's progressMessage public visibility.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Needs review

Version

6.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Nuuou Lincoln, NE

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024