Closed (won't fix)
Project:
Menu Views
Version:
7.x-2.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2013 at 17:19 UTC
Updated:
13 Jun 2016 at 07:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
szantog commentedThe same is with hierarchical_select. I don't need to set up new menu views item too often, so I just simple disable the menu_views form alter in my module (I can turn back in a settings page).
Comment #2
markhalliwellDue to the small number of installs of that module and my current time constraints, I'm marking this as "won't fix". Please provide a patch if you wish to re-open this.
Comment #3
RunePhilosof commentedI have rewritten szantog's suggestion of a workaround as a patch
Comment #4
markhalliwellI'm really not willing to entertain the idea of disabling the form alterations. This would introduce the possibility of a menu item getting re-saved and losing the menu_views data. I'm re-closing this issue unless a patch can be created regarding the actual issue at hand, not some workaround like this.
Comment #5
RunePhilosof commentedA better patch would include avoiding setting the `$element['parent']['#options']`
Why do you do that?
Comment #6
markhalliwell