Merge pull request #4926 from birarda/domain-toggle

reload the DS merged config after making version required changes
This commit is contained in:
Stephen Birarda 2015-05-21 13:27:51 -04:00
commit f4f4be7917

View file

@ -104,6 +104,9 @@ void DomainServerSettingsManager::setupConfigMap(const QStringList& argumentList
// write the new settings to the json file
persistToFile();
// reload the master and user config so that the merged config is right
_configMap.loadMasterAndUserConfig(argumentList);
}
}
}