Skip to content

Commit 7f8ffd7

Browse files
authored
Merge pull request propelorm#429 from Gamesh/patch-1
fixes panel when default connection is specified
2 parents 1c66c16 + 876f15d commit 7f8ffd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/views/Panel/configuration.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</tr>
3737
</thead>
3838
<tbody>
39-
{% for name, config in configuration.datasources %}
39+
{% for name, config in configuration.datasources if config is iterable %}
4040
<tr>
4141
<th rowspan="5" style="vertical-align: top;">
4242
{{ name }}

0 commit comments

Comments
 (0)