Closed (fixed)
Project:
Menu Block
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 May 2015 at 11:56 UTC
Updated:
15 Jun 2015 at 20:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mrharolda commentedComment #2
mrharolda commentedThis isn't sufficient for Domain Access module; it should not empty the $form_state['values'].
Comment #3
mrharolda commentedHere's a patch that fully uses system_settings_form() and system_settings_form_submit(), and 100% supports implementations like the domain specific settings in Domain Access.
I also removed the variable_del() call to fully support Features.
Comment #4
spadxiii commentedWorks great! :)
Comment #5
dave reidYay, this is great!
Comment #6
dave reidCommitted #3 to 7.x-2.x.