Hi,
Think that in FrontendMenusController line 47 is a missing 'all'
And line 48 the view do not get correct placementsFilterList
What do you suggest i change to correct the issue?
placementsList notusing filterlist
Moderators: alexandrleonenko, ICap, alexmst
Re: placementsList notusing filterlist
Please write there problem lines, using code tags Please tell more about incorrect placementsFilterList.
Code: Select all
some code
-
- Site Admin
- Posts: 6081
- Joined: Jan 7th, '09, 23:18
- Contact:
Re: placementsList notusing filterlist
This is not a bug, shows all possible menu placements.
and
shows all menu placements according to current template, used in Fronted (some placements may be disabled here).
Code: Select all
$this->_getPlacementsList('all')
and
Code: Select all
$this->_getPlacementsList();
shows all menu placements according to current template, used in Fronted (some placements may be disabled here).