Skip to content
Snippets Groups Projects
Commit 8b39b8df authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Removed backport of MDL-59425 because this code is integrated into core.

parent 2e6bd441
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2018-02-08 - Removed backport of MDL-59425 because this code is integrated into core.
* 2018-02-08 - Added newly introduced Boost core setting to upload a background image.
* 2018-02-08 - Removed design improvements for calendar block popups as this is fixed in core.
* 2018-02-08 - Setting to be able to hide the link to reset the user tour in the footer.
......
......@@ -57,7 +57,6 @@
}}
{{! MODIFICATION:
* Add additional spans to menu items to harmonize the menu items' HTML code.
* Expose navigation node properties in the boost flat navigation (Backport of MDL-59425).
}}
<nav class="list-group">
......
......@@ -62,7 +62,7 @@
<nav class="list-group m-t-1">
{{/showdivider}}
{{#action}}
<a class="list-group-item list-group-item-action {{#isactive}}font-weight-bold{{/isactive}}" href="{{{action}}}" data-key="{{key}}">
<a class="list-group-item list-group-item-action {{#isactive}}font-weight-bold{{/isactive}}" href="{{{action}}}" data-key="{{key}}" data-isexpandable="{{isexpandable}}" data-indent="{{get_indent}}" data-showdivider="{{showdivider}}" data-type="{{type}}" data-nodetype="{{nodetype}}" data-collapse="{{collapse}}" data-forceopen="{{forceopen}}" data-isactive="{{isactive}}" data-hidden="{{hidden}}" data-preceedwithhr="{{preceedwithhr}}" {{#parent.key}}data-parent-key="{{.}}"{{/parent.key}}>
<div class="m-l-{{get_indent}}">
{{#is_section}}
<div class="media">
......@@ -79,7 +79,7 @@
</a>
{{/action}}
{{^action}}
<div class="list-group-item" data-key="{{key}}">
<div class="list-group-item" data-key="{{key}}" data-isexpandable="{{isexpandable}}" data-indent="{{get_indent}}" data-showdivider="{{showdivider}}" data-type="{{type}}" data-nodetype="{{nodetype}}" data-collapse="{{collapse}}" data-forceopen="{{forceopen}}" data-isactive="{{isactive}}" data-hidden="{{hidden}}" data-preceedwithhr="{{preceedwithhr}}" {{#parent.key}}data-parent-key="{{.}}"{{/parent.key}}>
<div class="m-l-{{get_indent}}">
{{#is_section}}
{{#pix}}i/folder{{/pix}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment