framework-app icon indicating copy to clipboard operation
framework-app copied to clipboard

Setup doesn't respect user provided database information

Open cullenlinn opened this issue 9 years ago • 0 comments

During the last commit when the DashboardController and DashboardModel were refactored for DI, the logic to merge the post input with the config was lost and now only the json config database information is respected.

This can be reproduced by doing a net new installation of the app and supplying custom database information.

One fix is to perform the config and input merging in the controller's updateDatabase method. I confirmed that this approach corrects the issue.

cullenlinn avatar Mar 16 '16 16:03 cullenlinn