From dec636807dc37656983564e03b17fcd7366d98c4 Mon Sep 17 00:00:00 2001 From: JojoVes Date: Thu, 1 Aug 2024 11:49:49 -0300 Subject: [PATCH] change message type to warning --- src/Plugin/migrate/process/AccessibleFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin/migrate/process/AccessibleFile.php b/src/Plugin/migrate/process/AccessibleFile.php index 9677756..97b10d6 100644 --- a/src/Plugin/migrate/process/AccessibleFile.php +++ b/src/Plugin/migrate/process/AccessibleFile.php @@ -109,7 +109,7 @@ public function transform($value, MigrateExecutableInterface $migrate_executable ':file' => $value, ':config_url' => Url::fromRoute('islandora_spreadsheet_ingest.admin')->toString(), ]), - MigrationInterface::MESSAGE_INFORMATIONAL + MigrationInterface::MESSAGE_WARNING ); return $value;