Changes between Initial Version and Version 1 of Ticket #37575, comment 1
- Timestamp:
- 08/04/2016 08:55:09 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37575, comment 1
initial v1 4 4 where we add class `'menu-item-' + settingValue.object`, But the thing is that when custom menu link add to menu `_submitLink()` is called which is internally call `submitLink()` 5 5 6 Soin `submitLink()` there are one `menuItem` variable which `'object': ''`, but at that place we need to replace `'object': 'custom'` sting in place of null string.6 Then in `submitLink()` there are one `menuItem` variable which `'object': ''`, but at that place we need to replace `'object': 'custom'` sting in place of null string. 7 7 8 8 So that in `'menu-item-' + settingValue.object` which will generate class name as `menu-item-custom`