Merge pull request #245 from fxthomas/244-fix-db-view-form

Fix form in db.view
This commit is contained in:
Tom Powell
2017-02-12 23:34:41 -08:00
committed by GitHub
@@ -48,7 +48,7 @@ public class DBController {
@Autowired
private DaoHelper daoHelper;
@RequestMapping(method = RequestMethod.GET)
@RequestMapping(method = { RequestMethod.GET, RequestMethod.POST })
protected ModelAndView handleRequestInternal(HttpServletRequest request, HttpServletResponse response) throws Exception {
Map<String, Object> map = new HashMap<String, Object>();