Skip to content

Commit

Permalink
Merge branch 'MDL-74229-master' of https://github.com/bmbrands/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Mar 21, 2022
2 parents 6d8bb89 + f0e32f9 commit 424143b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/classes/navigation/output/primary.php
Expand Up @@ -83,6 +83,7 @@ protected function get_primary_nav(): array {
'text' => $node->text,
'icon' => $node->icon,
'isactive' => $node->isactive,
'key' => $node->key,
];
}

Expand Down
2 changes: 1 addition & 1 deletion lib/templates/moremenu_children.mustache
Expand Up @@ -64,7 +64,7 @@
</li>
{{/haschildren}}
{{^haschildren}}
<li class="nav-item" role="none" data-forceintomoremenu="{{#forceintomoremenu}}true{{/forceintomoremenu}}{{^forceintomoremenu}}false{{/forceintomoremenu}}">
<li data-key="{{key}}" class="nav-item" role="none" data-forceintomoremenu="{{#forceintomoremenu}}true{{/forceintomoremenu}}{{^forceintomoremenu}}false{{/forceintomoremenu}}">
{{#istablist}}
{{#is_action_link}}
<a role="tab" class="nav-link {{#classes}}{{.}} {{/classes}}" href="{{tab}}" data-toggle="tab" data-text="{{{text}}}" data-disableactive="true" tabindex="-1">
Expand Down

0 comments on commit 424143b

Please sign in to comment.