backdrop-contrib / bakery

Allows for single sign-on between Backdrop sites on the same domain.
GNU General Public License v2.0
1 stars 3 forks source link

Settings form values not saving. #2

Closed jenlampton closed 7 years ago

jenlampton commented 7 years ago

The bakery settings form does not save its values. I think we need to add a #config as follows:

$form = array(
    '#config' => 'bakery.settings',
    '#submit' => array('bakery_settings_submit'),
  );
jenlampton commented 7 years ago

Added, and updated.