Fix

// @todo: This is most likely not a Best Practice (tm).
    $row['messages']['data']['#markup'] = '<a href="/admin/structure/migrate/manage/' . $migration_group . '/migrations/' . $migration->id() . '/messages">' . $map->messageCount() .'</a>';

Let's change this to clean route usage.

CommentFileSizeAuthor
#2 migrate-message-2664188-2.patch1.16 KBmallezie

Comments

mallezie created an issue. See original summary.

mallezie’s picture

Status: Active » Needs review
StatusFileSize
new1.16 KB

  • mikeryan committed afd1d6e on 8.x-1.x authored by mallezie
    Issue #2664188 by mallezie: Redo link to messages in migration table
    
mikeryan’s picture

Status: Needs review » Fixed

Committed, thanks!

Status: Fixed » Closed (fixed)

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