Skip to content

Commit

Permalink
more verbose output for failed entries
Browse files Browse the repository at this point in the history
  • Loading branch information
goellner committed Jun 15, 2018
1 parent 81685e4 commit 1b5d7b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DataImporter/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: DataImporter
version: "1.1.1"
version: "1.1.2"
description: Imports data from CSV to collection
developer: Stefan Göllner
developer_url: www.goellner.io
2 changes: 1 addition & 1 deletion DataImporter/resources/views/finalize.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="flexy mb-24">
<ul>
@foreach ($failed_entries as $entry)
<li>{{ $entry['title'] }}</li>
<li>{{ implode (", ", $entry) }}</li>
@endforeach
</ul>
</div>
Expand Down

0 comments on commit 1b5d7b9

Please sign in to comment.