Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit 3c527c8

Browse files
author
Miguel Jacinto
committed
EZP-26120: Expose the navigation items identifier in the navigation hub
1 parent 3dcc86c commit 3c527c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/public/js/views/navigation/ez-navigationitemview.js

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ YUI.add('ez-navigationitemview', function (Y) {
5151
render: function () {
5252
var container = this.get('container');
5353

54+
container.setAttribute('data-navigation-item-identifier', this.get('identifier'));
5455
container.setHTML(this.template({
5556
title: this.get('title'),
5657
route: this.get('route'),

0 commit comments

Comments
 (0)