Skip to content

Commit

Permalink
change message type to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JojoVes committed Aug 1, 2024
1 parent 4f75d89 commit dec6368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/migrate/process/AccessibleFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dec6368

Please sign in to comment.