Skip to content

Commit

Permalink
Bugfix: Smart menu divider does not work for user menu submenus, reso…
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanna-lmsace committed Mar 22, 2024
1 parent e41b428 commit 74ce19d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/core/user_action_menu_submenu_items.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
* Add additional attributes to items.
* Allow formatted text within the item.
* Include thirdlevel submenu support. Haschildren based menu item added.
* Add support for dividers in the submenu.
}}
{{#items}}
{{#haschildren}}
Expand All @@ -69,5 +70,6 @@
{{{text}}}
</a>
{{/link}}
{{#divider}}<div class="dropdown-divider"></div>{{/divider}}
{{/haschildren}}
{{/items}}

0 comments on commit 74ce19d

Please sign in to comment.