When changing the default database server on /admin/hosting/settings, the setting is saved, but reloading /admin/hosting/settings always brings it back to 'localhost'.

Comments

millenniumtree created an issue. See original summary.

millenniumtree’s picture

Status: Active » Needs review
StatusFileSize
new554 bytes

Added the following to hosting_server_form_hosting_settings_alter in server/hosting_server.module:

'#default_value' => variable_get('hosting_default_db_server',4),

That seems to fix it.

  • helmo committed 1212d0c on 7.x-3.x authored by millenniumtree
    Issue #2897036 by millenniumtree: default DB server not restored in...
helmo’s picture

Status: Needs review » Fixed

Thanks

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.