Skip to content

Commit b1458bc

Browse files
authored
Merge pull request #52 from openclassify/srd-modal
fix for modal on interactive admin menu
2 parents 33a05fa + 4eb63c0 commit b1458bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/views/partials/interactiveMenu.twig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@
6161
{% if addon.sections is defined %}
6262
{% for section in addon.sections %}
6363
<li class="sub-item {{ section.active ? 'active' }}">
64-
<a href="{{ section.href }}" title="{{ trans(section.title) }}"
64+
<a href="{{ section.href }}"
65+
data-toggle="{{ section['data-toggle'] }}"
66+
data-target="{{ section['data-target'] }}"
67+
title="{{ trans(section.title) }}"
6568
class="text-truncate sidebar-title">
6669
{{ trans(section.title) }}
6770
</a>

0 commit comments

Comments
 (0)