Steps to reproduce:

  1. Download Migrate 7.x-2.5 and Date 7.x-2.x-dev
  2. Enable migrate, migrate_ui, date, date_migrate, date_migrate_example
  3. Go to /admin/content/migrate
  4. Get Fatal Error

Constructor of MigrationBase class treats argument as group object, meanwhile array is passed.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Temoor’s picture

Removed arguments from parent constructor call, as long as date example doesn't have a group and this argument have default value in base class.

Temoor’s picture

Status: Active » Needs review
podarok’s picture

Status: Needs review » Fixed

looks good
commited

  • podarok_auto committed 5f73116 on 7.x-2.x authored by Temoor
    Issue #2310123 by Temoor: Fixed Fatal error in Migrate UI by Date...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

m1r1k’s picture

Issue tags: +#ams2014contest