Skip to content

Commit 6ff0fc7

Browse files
Merge pull request #14 from opensoft/storage-manager-fixes
Some fixes for the move exception issues
2 parents 38ba208 + 04dd6c7 commit 6ff0fc7

File tree

2 files changed

+237
-146
lines changed

2 files changed

+237
-146
lines changed

Resources/views/storage/show_file.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
</div>
177177
</div>
178178

179-
{% if file.moveExceptions %}
179+
{% if not file.moveExceptions.empty %}
180180
<div class="row">
181181
<div class="col-lg-12">
182182
<div class="ibox">

0 commit comments

Comments
 (0)