Finished implementing and testing state change and bug fixes from

testing

Fixes #44
Fixes #60
Fixes #61
Fixes #63
Fixes #66
Fixes #69
This commit is contained in:
Admin
2016-03-21 16:37:13 -05:00
parent 926a7f50dc
commit 9c3d95f177
6 changed files with 99 additions and 10 deletions

View File

@@ -240,7 +240,7 @@ public class SystemControl {
}
else
log.warn("No filename given for restore backup.");
return null;
return bridgeSettings.getBridgeSettingsDescriptor();
}, new JsonTransformer());
}